Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c915 (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()
H A Digc.h266 ddi_dma_handle_t itb_bind_hdl; member