Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2011 hdl = txq->tx_dhdl[txq->tx_dhdl_cidx]; in free_txq()
2013 if (++txq->tx_dhdl_cidx == txq->tx_dhdl_total) in free_txq()
2014 txq->tx_dhdl_cidx = 0; in free_txq()
2026 ASSERT(txq->tx_dhdl_cidx == txq->tx_dhdl_pidx); in free_txq()
3257 (void) ddi_dma_unbind_handle(txq->tx_dhdl[txq->tx_dhdl_cidx]); in reclaim_tx_descs()
3258 if (++txq->tx_dhdl_cidx == txq->tx_dhdl_total) in reclaim_tx_descs()
3259 txq->tx_dhdl_cidx = 0; in reclaim_tx_descs()
H A Dadapter.h312 uint32_t tx_dhdl_cidx; /* reclaimed up to this index */ member