Searched refs:txb_bdh (Results 1 – 2 of 2) sorted by relevance
708 &tbp->txb_bdh)) != DDI_SUCCESS) { in gem_alloc_memory()717 if ((err = ddi_dma_mem_alloc(tbp->txb_bdh, in gem_alloc_memory()727 ddi_dma_free_handle(&tbp->txb_bdh); in gem_alloc_memory()731 if ((err = ddi_dma_addr_bind_handle(tbp->txb_bdh, in gem_alloc_memory()741 ddi_dma_free_handle(&tbp->txb_bdh); in gem_alloc_memory()754 (void) ddi_dma_unbind_handle(dp->tx_buf[i].txb_bdh); in gem_alloc_memory()756 ddi_dma_free_handle(&dp->tx_buf[i].txb_bdh); in gem_alloc_memory()790 (void) ddi_dma_unbind_handle(tbp->txb_bdh); in gem_free_memory()792 ddi_dma_free_handle(&tbp->txb_bdh); in gem_free_memory()1298 (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