Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/
HDcxgb_sge.c114 static int cxgb_tx_reclaim_threshold = TX_RECLAIM_DEFAULT; variable
116 &cxgb_tx_reclaim_threshold, 0,
374 if ((cxgb_tx_reclaim_threshold > TX_RECLAIM_MAX) || in reclaim_completed_tx()
375 (cxgb_tx_reclaim_threshold < TX_RECLAIM_MIN)) in reclaim_completed_tx()
376 cxgb_tx_reclaim_threshold = TX_RECLAIM_DEFAULT; in reclaim_completed_tx()
1649 reclaim_completed_tx(qs, cxgb_tx_reclaim_threshold, TXQ_ETH); in cxgb_start_locked()
1715 reclaim_completed_tx(qs, cxgb_tx_reclaim_threshold, TXQ_ETH); in cxgb_transmit_locked()