Searched refs:tx_dhdl_cidx (Results 1 – 2 of 2) sorted by relevance
1726 hdl = txq->tx_dhdl[txq->tx_dhdl_cidx]; in free_txq()1728 if (++txq->tx_dhdl_cidx == txq->tx_dhdl_total) in free_txq()1729 txq->tx_dhdl_cidx = 0; in free_txq()1741 ASSERT(txq->tx_dhdl_cidx == txq->tx_dhdl_pidx); in free_txq()2894 (void) ddi_dma_unbind_handle(txq->tx_dhdl[txq->tx_dhdl_cidx]); in reclaim_tx_descs()2895 if (++txq->tx_dhdl_cidx == txq->tx_dhdl_total) in reclaim_tx_descs()2896 txq->tx_dhdl_cidx = 0; in reclaim_tx_descs()
279 uint32_t tx_dhdl_cidx; /* reclaimed up to this index */ member