Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c211 static int t4_tx_coalesce = 1; variable
212 SYSCTL_INT(_hw_cxgbe, OID_AUTO, tx_coalesce, CTLFLAG_RWTUN, &t4_tx_coalesce, 0,
3190 if (t4_tx_coalesce == 0 && txp->npkt == 0) in eth_tx()