Home
last modified time | relevance | path

Searched refs:asc_desc_dma (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/ath/
H A Dath_impl.h117 ((_pa) - (_asc)->asc_desc_dma.cookie.dmac_address)))
282 dma_area_t asc_desc_dma; /* descriptor structure */ member
H A Dath_main.c398 bf->bf_daddr = asc->asc_desc_dma.cookie.dmac_address + in ath_buflist_setup()
452 ath_free_dma_mem(&asc->asc_desc_dma); in ath_desc_free()
470 DDI_DMA_RDWR | DDI_DMA_CONSISTENT, &asc->asc_desc_dma); in ath_desc_alloc()
473 asc->asc_desc = (struct ath_desc *)asc->asc_desc_dma.mem_va; in ath_desc_alloc()
478 asc->asc_desc, asc->asc_desc_dma.alength, in ath_desc_alloc()
479 asc->asc_desc_dma.cookie.dmac_address)); in ath_desc_alloc()