Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1977 txq->tx_dhdl_avail++; in alloc_txq()
2665 if (txq->tx_dhdl_avail == 0) { in add_mblk()
2695 txq->tx_dhdl_avail--; in add_mblk()
2727 txq->tx_dhdl_avail++; in free_txinfo_resources()
3254 txq->tx_dhdl_avail += hdls_freed; in reclaim_tx_descs()
3255 ASSERT(txq->tx_dhdl_avail <= txq->tx_dhdl_total); in reclaim_tx_descs()
H A Dadapter.h313 uint32_t tx_dhdl_avail; /* # of available handles */ member