Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c913 if (buf->itb_bind) { in igc_tx_bufs_free()
914 buf->itb_bind = false; in igc_tx_bufs_free()
1128 if (buf->itb_bind) { in igc_tx_buf_reset()
1131 buf->itb_bind = false; in igc_tx_buf_reset()
1292 buf->itb_bind = true; in igc_tx_ring_bind()
1321 if (tx->itx_cur_buf != NULL && (tx->itx_cur_buf->itb_bind || in igc_tx_ring_copy()
1340 tx->itx_cur_buf->itb_bind = false; in igc_tx_ring_copy()
1422 ddi_dma_handle_t hdl = buf->itb_bind ? buf->itb_bind_hdl : in igc_tx_ring_write_buf_descs()
H A Digc.h277 bool itb_bind; member