Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1692 txq->tx_dhdl_avail++; in alloc_txq()
2363 if (txq->tx_dhdl_avail == 0) { in add_mblk()
2393 txq->tx_dhdl_avail--; in add_mblk()
2425 txq->tx_dhdl_avail++; in free_txinfo_resources()
2891 txq->tx_dhdl_avail += hdls_freed; in reclaim_tx_descs()
2892 ASSERT(txq->tx_dhdl_avail <= txq->tx_dhdl_total); in reclaim_tx_descs()
H A Dadapter.h280 uint32_t tx_dhdl_avail; /* # of available handles */ member