Searched refs:tx_dhdl_total (Results 1 – 2 of 2) sorted by relevance
1680 txq->tx_dhdl_total = eq->qsize * 2; in alloc_txq()1682 txq->tx_dhdl_total, KM_SLEEP); in alloc_txq()1683 for (i = 0; i < txq->tx_dhdl_total; i++) { in alloc_txq()1728 if (++txq->tx_dhdl_cidx == txq->tx_dhdl_total) in free_txq()1750 for (i = 0; i < txq->tx_dhdl_total; i++) { in free_txq()2391 if (++txq->tx_dhdl_pidx == txq->tx_dhdl_total) in add_mblk()2424 txq->tx_dhdl_pidx = txq->tx_dhdl_total - 1; in free_txinfo_resources()2892 ASSERT(txq->tx_dhdl_avail <= txq->tx_dhdl_total); in reclaim_tx_descs()2895 if (++txq->tx_dhdl_cidx == txq->tx_dhdl_total) in reclaim_tx_descs()
277 uint32_t tx_dhdl_total; /* Total # of handles */ member