Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c108 static int cxgb_tx_coalesce_enable_stop = COALESCE_STOP_DEFAULT; variable
110 &cxgb_tx_coalesce_enable_stop, 0,
268 if (cxgb_tx_coalesce_enable_stop < COALESCE_STOP_MIN) in check_pkt_coalesce()
269 cxgb_tx_coalesce_enable_stop = COALESCE_STOP_MIN; in check_pkt_coalesce()
276 if (*fill != 0 && (txq->in_use <= cxgb_tx_coalesce_enable_stop) && in check_pkt_coalesce()
1612 (txq->in_use <= cxgb_tx_coalesce_enable_stop) && in cxgb_tx_watchdog()