Searched refs:tx_dhdl_pidx (Results 1 – 2 of 2) sorted by relevance
1741 ASSERT(txq->tx_dhdl_cidx == txq->tx_dhdl_pidx); in free_txq()2368 dhdl = txq->tx_dhdl[txq->tx_dhdl_pidx]; in add_mblk()2391 if (++txq->tx_dhdl_pidx == txq->tx_dhdl_total) in add_mblk()2392 txq->tx_dhdl_pidx = 0; in add_mblk()2421 if (txq->tx_dhdl_pidx > 0) in free_txinfo_resources()2422 txq->tx_dhdl_pidx--; in free_txinfo_resources()2424 txq->tx_dhdl_pidx = txq->tx_dhdl_total - 1; in free_txinfo_resources()2426 (void) ddi_dma_unbind_handle(txq->tx_dhdl[txq->tx_dhdl_pidx]); in free_txinfo_resources()
278 uint32_t tx_dhdl_pidx; /* next handle to be used */ member