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

/illumos-gate/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 in struct:ath
H A Dath_main.c398 bf->bf_daddr = asc->asc_desc_dma.cookie.dmac_address +
452 ath_free_dma_mem(&asc->asc_desc_dma);
470 DDI_DMA_RDWR | DDI_DMA_CONSISTENT, &asc->asc_desc_dma);
473 asc->asc_desc = (struct ath_desc *)asc->asc_desc_dma.mem_va;
478 asc->asc_desc, asc->asc_desc_dma.alength,
479 asc->asc_desc_dma.cookie.dmac_address));

Completed in 64 milliseconds