Home
last modified time | relevance | path

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, in rtw_rxdesc_init()
1079 RTW_DMA_SYNC_DESC(rsc->sc_desc_dma, in rtw_io_enable()
1200 rtw_free_dma_mem(&rsc->sc_desc_dma); in rtw_dma_free()
1225 &rsc->sc_desc_dma); in rtw_dma_init()
1228 phybaseaddr = rsc->sc_desc_dma.cookie.dmac_address; in rtw_dma_init()
1229 virbaseaddr = rsc->sc_desc_dma.mem_va; in rtw_dma_init()
2231 RTW_DMA_SYNC_DESC(rsc->sc_desc_dma, in rtw_assembly_80211()
2581 RTW_DMA_SYNC_DESC(rsc->sc_desc_dma, in rtw_intr_rx()
2600 RTW_DMA_SYNC_DESC(rsc->sc_desc_dma, in rtw_intr_rx()
2726 RTW_DMA_SYNC_DESC(rsc->sc_desc_dma, in rtw_ring_recycling()
[all …]
H A Drtwvar.h434 dma_area_t sc_desc_dma; member
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c365 bf->bf_daddr = sc->sc_desc_dma.cookie.dmac_address + in arn_buflist_setup()
421 arn_free_dma_mem(&sc->sc_desc_dma); in arn_desc_free()
443 DDI_DMA_RDWR | DDI_DMA_CONSISTENT, &sc->sc_desc_dma); in arn_desc_alloc()
446 sc->sc_desc = (struct ath_desc *)sc->sc_desc_dma.mem_va; in arn_desc_alloc()
451 sc->sc_desc, sc->sc_desc_dma.alength, in arn_desc_alloc()
452 sc->sc_desc_dma.cookie.dmac_address)); in arn_desc_alloc()
H A Darn_recv.c420 ((_pa) - (_sc)->sc_desc_dma.cookie.dmac_address))) in arn_rx_handler()
H A Darn_core.h872 dma_area_t sc_desc_dma; member