Searched refs:itb_bind_hdl (Results 1 – 2 of 2) sorted by relevance
915 (void) ddi_dma_unbind_handle(buf->itb_bind_hdl); in igc_tx_bufs_free()919 if (buf->itb_bind_hdl != NULL) { in igc_tx_bufs_free()920 ddi_dma_free_handle(&buf->itb_bind_hdl); in igc_tx_bufs_free()943 DDI_DMA_DONTWAIT, NULL, &buf->itb_bind_hdl)) != in igc_tx_bufs_alloc()1129 (void) ddi_dma_unbind_handle(buf->itb_bind_hdl); in igc_tx_buf_reset()1272 ret = ddi_dma_addr_bind_handle(buf->itb_bind_hdl, NULL, in igc_tx_ring_bind()1422 ddi_dma_handle_t hdl = buf->itb_bind ? buf->itb_bind_hdl : in igc_tx_ring_write_buf_descs()
266 ddi_dma_handle_t itb_bind_hdl; member