Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c112 static int cxgb_tx_reclaim_threshold = TX_RECLAIM_DEFAULT; variable
114 &cxgb_tx_reclaim_threshold, 0,
375 if ((cxgb_tx_reclaim_threshold > TX_RECLAIM_MAX) || in reclaim_completed_tx()
376 (cxgb_tx_reclaim_threshold < TX_RECLAIM_MIN)) in reclaim_completed_tx()
377 cxgb_tx_reclaim_threshold = TX_RECLAIM_DEFAULT; in reclaim_completed_tx()
1663 reclaim_completed_tx(qs, cxgb_tx_reclaim_threshold, TXQ_ETH); in cxgb_start_locked()
1729 reclaim_completed_tx(qs, cxgb_tx_reclaim_threshold, TXQ_ETH); in cxgb_transmit_locked()