Searched refs:tx_dhdl_cidx (Results 1 – 2 of 2) sorted by relevance
1654 hdl = txq->tx_dhdl[txq->tx_dhdl_cidx]; in free_txq()1656 if (++txq->tx_dhdl_cidx == txq->tx_dhdl_total) in free_txq()1657 txq->tx_dhdl_cidx = 0; in free_txq()1669 ASSERT(txq->tx_dhdl_cidx == txq->tx_dhdl_pidx); in free_txq()3022 (void) ddi_dma_unbind_handle(txq->tx_dhdl[txq->tx_dhdl_cidx]); in reclaim_tx_descs()3023 if (++txq->tx_dhdl_cidx == txq->tx_dhdl_total) in reclaim_tx_descs()3024 txq->tx_dhdl_cidx = 0; in reclaim_tx_descs()
320 uint32_t tx_dhdl_cidx; /* reclaimed up to this index */ member