Searched refs:txb_dmah (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafeimpl.h187 ddi_dma_handle_t txb_dmah; member in struct:afe_txbuf
310 (void) ddi_dma_sync(txb->txb_dmah, 0, len, who)
H A Dafe.c1563 DDI_DMA_SLEEP, NULL, &txb->txb_dmah) != DDI_SUCCESS) {
1567 if (ddi_dma_mem_alloc(txb->txb_dmah, AFE_BUFSZ, &afe_bufattr,
1572 if (ddi_dma_addr_bind_handle(txb->txb_dmah, NULL, txb->txb_buf,
1587 (void) ddi_dma_unbind_handle(txb->txb_dmah);
1590 if (txb->txb_dmah)
1591 ddi_dma_free_handle(&txb->txb_dmah);
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfeimpl.h213 ddi_dma_handle_t txb_dmah; member in struct:mxfe_txbuf
351 (void) (ddi_dma_sync(txb->txb_dmah, 0, len, who))
H A Dmxfe.c1909 DDI_DMA_SLEEP, NULL, &txb->txb_dmah) != DDI_SUCCESS) {
1913 if (ddi_dma_mem_alloc(txb->txb_dmah, MXFE_BUFSZ, &mxfe_bufattr,
1918 if (ddi_dma_addr_bind_handle(txb->txb_dmah, NULL, txb->txb_buf,
1933 (void) ddi_dma_unbind_handle(txb->txb_dmah);
1936 if (txb->txb_dmah)
1937 ddi_dma_free_handle(&txb->txb_dmah);

Completed in 76 milliseconds