Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe.c274 static int bxe_hc_tx_ticks = 50; variable
276 &bxe_hc_tx_ticks, 0, "Host Coalescing Tx ticks");
13762 if ((bxe_hc_tx_ticks < 1) || (bxe_hc_tx_ticks > 100)) { in bxe_get_tunable_params()
13763 BLOGW(sc, "invalid hc_tx_ticks (%d)\n", bxe_hc_tx_ticks); in bxe_get_tunable_params()
13764 bxe_hc_tx_ticks = 50; in bxe_get_tunable_params()
13797 sc->hc_tx_ticks = bxe_hc_tx_ticks; in bxe_get_tunable_params()