Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c151 static int reclaim_tx_descs(struct sge_txq *txq, int howmany);
929 (void) reclaim_tx_descs(txq, 8); in t4_eth_tx()
981 (void) reclaim_tx_descs(txq, 8); in t4_eth_tx()
1007 (void) reclaim_tx_descs(txq, 32); in t4_eth_tx()
1029 (void) reclaim_tx_descs(txq, eq->qsize); in t4_eth_tx()
2958 reclaim_tx_descs(struct sge_txq *txq, int howmany) in reclaim_tx_descs() function
3167 reclaim_tx_descs(txq, txq->eq.qsize); in tx_reclaim_task()