Searched refs:sc_dma_fw_text (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpivar.h161 wpi_dma_t sc_dma_fw_text; member in struct:wpi_softc
H A Dwpi.c877 &sc->sc_dma_fw_text);
878 dma_p = &sc->sc_dma_fw_text;
915 wpi_free_dma_mem(&sc->sc_dma_fw_text);
1595 dma_p = &sc->sc_dma_fw_text;
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h165 iwh_dma_t sc_dma_fw_text; member in struct:iwh_softc
H A Diwh.c1210 &sc->sc_dma_fw_text);
1217 dma_p = &sc->sc_dma_fw_text;
1326 iwh_free_dma_mem(&sc->sc_dma_fw_text);
2229 err = iwh_put_seg_fw(sc, sc->sc_dma_fw_text.cookie.dmac_address,
2230 RTC_INST_LOWER_BOUND, sc->sc_dma_fw_text.cookie.dmac_size);
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2_var.h160 iwk_dma_t sc_dma_fw_text; member in struct:iwk_softc
H A Diwk2.c1069 &sc->sc_dma_fw_text);
1070 dma_p = &sc->sc_dma_fw_text;
1155 iwk_free_dma_mem(&sc->sc_dma_fw_text);
2265 sc->sc_dma_fw_text.cookie.dmac_address >> 4);
2271 sc->sc_dma_fw_text.cookie.dmac_size | 0x80000000);
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h183 iwp_dma_t sc_dma_fw_text; member in struct:iwp_softc
H A Diwp.c1153 &sc->sc_dma_fw_text);
1160 dma_p = &sc->sc_dma_fw_text;
1268 iwp_free_dma_mem(&sc->sc_dma_fw_text);
2134 err = iwp_put_seg_fw(sc, sc->sc_dma_fw_text.cookie.dmac_address,
2135 RTC_INST_LOWER_BOUND, sc->sc_dma_fw_text.cookie.dmac_size);

Completed in 126 milliseconds