Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1597 txq->tx_dhdl_total = eq->qsize * 2; in alloc_txq()
1599 txq->tx_dhdl_total, KM_SLEEP); in alloc_txq()
1600 for (i = 0; i < txq->tx_dhdl_total; i++) { in alloc_txq()
1645 if (++txq->tx_dhdl_cidx == txq->tx_dhdl_total) in free_txq()
1668 for (i = 0; i < txq->tx_dhdl_total; i++) { in free_txq()
1673 sizeof (ddi_dma_handle_t) * txq->tx_dhdl_total); in free_txq()
2321 if (++txq->tx_dhdl_pidx == txq->tx_dhdl_total) in add_mblk()
2354 txq->tx_dhdl_pidx = txq->tx_dhdl_total - 1; in free_txinfo_resources()
3080 ASSERT3U(txq->tx_dhdl_avail, <=, txq->tx_dhdl_total); in t4_tx_reclaim_descs()
3084 if (++txq->tx_dhdl_cidx == txq->tx_dhdl_total) in t4_tx_reclaim_descs()
H A Dadapter.h314 uint32_t tx_dhdl_total; /* Total # of handles */ member