Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c150 static int reclaim_tx_descs(struct sge_txq *txq, int howmany);
943 (void) reclaim_tx_descs(txq, 8); in t4_eth_tx()
995 (void) reclaim_tx_descs(txq, 8); in t4_eth_tx()
1018 (void) reclaim_tx_descs(txq, 32); in t4_eth_tx()
1040 (void) reclaim_tx_descs(txq, eq->qsize); in t4_eth_tx()
2830 reclaim_tx_descs(struct sge_txq *txq, int howmany) in reclaim_tx_descs() function