Searched refs:sc_desc_dma (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1046 RTW_DMA_SYNC_DESC(rsc->sc_desc_dma,
1079 RTW_DMA_SYNC_DESC(rsc->sc_desc_dma,
1200 rtw_free_dma_mem(&rsc->sc_desc_dma);
1225 &rsc->sc_desc_dma);
1228 phybaseaddr = rsc->sc_desc_dma.cookie.dmac_address;
1229 virbaseaddr = rsc->sc_desc_dma.mem_va;
1313 phybaseaddr = rsc->sc_desc_dma.cookie.dmac_address;
1333 phybaseaddr = rsc->sc_desc_dma.cookie.dmac_address;
1338 RTW_DMA_SYNC(rsc->sc_desc_dma, DDI_DMA_SYNC_FORDEV);
2231 RTW_DMA_SYNC_DESC(rsc->sc_desc_dma,
[all...]
H A Drtwvar.h432 dma_area_t sc_desc_dma; member in struct:rtw_softc
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c365 bf->bf_daddr = sc->sc_desc_dma.cookie.dmac_address +
421 arn_free_dma_mem(&sc->sc_desc_dma);
443 DDI_DMA_RDWR | DDI_DMA_CONSISTENT, &sc->sc_desc_dma);
446 sc->sc_desc = (struct ath_desc *)sc->sc_desc_dma.mem_va;
451 sc->sc_desc, sc->sc_desc_dma.alength,
452 sc->sc_desc_dma.cookie.dmac_address));
H A Darn_recv.c420 ((_pa) - (_sc)->sc_desc_dma.cookie.dmac_address)))
H A Darn_core.h872 dma_area_t sc_desc_dma; member in struct:arn_softc

Completed in 92 milliseconds