Searched refs:bxe_hc_tx_ticks (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c285 static int bxe_hc_tx_ticks = 50; variable
287 &bxe_hc_tx_ticks, 0, "Host Coalescing Tx ticks");
13852 if ((bxe_hc_tx_ticks < 1) || (bxe_hc_tx_ticks > 100)) {
13853 BLOGW(sc, "invalid hc_tx_ticks (%d)\n", bxe_hc_tx_ticks);
13854 bxe_hc_tx_ticks = 50;
13887 sc->hc_tx_ticks = bxe_hc_tx_ticks;

Completed in 197 milliseconds