Searched refs:sc_desc_dma (Results 1 – 5 of 5) sorted by relevance
1046 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()1313 phybaseaddr = rsc->sc_desc_dma.cookie.dmac_address; in rtw_hwring_setup()1333 phybaseaddr = rsc->sc_desc_dma.cookie.dmac_address; in rtw_swring_setup()1338 RTW_DMA_SYNC(rsc->sc_desc_dma, DDI_DMA_SYNC_FORDEV); in rtw_swring_setup()2231 RTW_DMA_SYNC_DESC(rsc->sc_desc_dma, in rtw_assembly_80211()[all …]
434 dma_area_t sc_desc_dma; member
365 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()
420 ((_pa) - (_sc)->sc_desc_dma.cookie.dmac_address))) in arn_rx_handler()
872 dma_area_t sc_desc_dma; member