Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c918 igc_dma_free(&buf->itb_dma); in igc_tx_bufs_free()
934 if (!igc_dma_alloc(igc, &buf->itb_dma, &attr, in igc_tx_bufs_alloc()
1333 tx->itx_buf_rem = tx->itx_cur_buf->itb_dma.idb_size; in igc_tx_ring_copy()
1345 dest = tx->itx_cur_buf->itb_dma.idb_va + in igc_tx_ring_copy()
1423 buf->itb_dma.idb_hdl; in igc_tx_ring_write_buf_descs()
H A Digc.h265 igc_dma_buffer_t itb_dma; member