Searched refs:txb_dmah (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/afe/ |
H A D | afeimpl.h | 187 ddi_dma_handle_t txb_dmah; member 310 (void) ddi_dma_sync(txb->txb_dmah, 0, len, who)
|
H A D | afe.c | 1563 DDI_DMA_SLEEP, NULL, &txb->txb_dmah) != DDI_SUCCESS) { in afe_alloctxbuf() 1567 if (ddi_dma_mem_alloc(txb->txb_dmah, AFE_BUFSZ, &afe_bufattr, in afe_alloctxbuf() 1572 if (ddi_dma_addr_bind_handle(txb->txb_dmah, NULL, txb->txb_buf, in afe_alloctxbuf() 1587 (void) ddi_dma_unbind_handle(txb->txb_dmah); in afe_destroytxbuf() 1590 if (txb->txb_dmah) in afe_destroytxbuf() 1591 ddi_dma_free_handle(&txb->txb_dmah); in afe_destroytxbuf()
|
/titanic_50/usr/src/uts/common/io/mxfe/ |
H A D | mxfeimpl.h | 213 ddi_dma_handle_t txb_dmah; member 351 (void) (ddi_dma_sync(txb->txb_dmah, 0, len, who))
|
H A D | mxfe.c | 1909 DDI_DMA_SLEEP, NULL, &txb->txb_dmah) != DDI_SUCCESS) { in mxfe_alloctxbuf() 1913 if (ddi_dma_mem_alloc(txb->txb_dmah, MXFE_BUFSZ, &mxfe_bufattr, in mxfe_alloctxbuf() 1918 if (ddi_dma_addr_bind_handle(txb->txb_dmah, NULL, txb->txb_buf, in mxfe_alloctxbuf() 1933 (void) ddi_dma_unbind_handle(txb->txb_dmah); in mxfe_destroytxbuf() 1936 if (txb->txb_dmah) in mxfe_destroytxbuf() 1937 ddi_dma_free_handle(&txb->txb_dmah); in mxfe_destroytxbuf()
|