Searched refs:txb_bdh (Results 1 – 2 of 2) sorted by relevance
706 &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()
142 ddi_dma_handle_t txb_bdh; member