Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c319 static u_int reclaim_tx_descs(struct sge_txq *, u_int);
3162 reclaim_tx_descs(txq, eq->sidx); in eth_tx()
3188 avail += reclaim_tx_descs(txq, 64); in eth_tx()
3257 avail += reclaim_tx_descs(txq, min(n, 32)); in eth_tx()
3289 avail += reclaim_tx_descs(txq, 32); in eth_tx()
3302 reclaim_tx_descs(txq, 32); in eth_tx()
3336 reclaim_tx_descs(txq, 32); in eth_tx()
6220 reclaim_tx_descs(struct sge_txq *txq, u_int n) in reclaim_tx_descs() function
6268 n = reclaim_tx_descs(txq, 32); in tx_reclaim()