Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c706 &tbp->txb_bdh)) != DDI_SUCCESS) { in gem_alloc_memory()
715 if ((err = ddi_dma_mem_alloc(tbp->txb_bdh, in gem_alloc_memory()
725 ddi_dma_free_handle(&tbp->txb_bdh); in gem_alloc_memory()
729 if ((err = ddi_dma_addr_bind_handle(tbp->txb_bdh, in gem_alloc_memory()
739 ddi_dma_free_handle(&tbp->txb_bdh); in gem_alloc_memory()
752 (void) ddi_dma_unbind_handle(dp->tx_buf[i].txb_bdh); in gem_alloc_memory()
754 ddi_dma_free_handle(&dp->tx_buf[i].txb_bdh); in gem_alloc_memory()
788 (void) ddi_dma_unbind_handle(tbp->txb_bdh); in gem_free_memory()
790 ddi_dma_free_handle(&tbp->txb_bdh); in gem_free_memory()
1296 (void) ddi_dma_sync(tbp->txb_bdh, (off_t)0, off, DDI_DMA_SYNC_FORDEV); in gem_setup_txbuf_copy()
H A Dsfe_util.h142 ddi_dma_handle_t txb_bdh; member