Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/rl/
H A Dif_rl.c1273 (sc->rl_txthresh < 2016)) in rl_txeof()
1274 sc->rl_txthresh += 32; in rl_txeof()
1283 oldthresh = sc->rl_txthresh; in rl_txeof()
1288 sc->rl_txthresh = oldthresh; in rl_txeof()
1656 RL_TXTHRESH(sc->rl_txthresh) | in rl_start_locked()
1758 sc->rl_txthresh = RL_TX_THRESH_INIT; in rl_init_locked()
H A Dif_rlreg.h884 int rl_txthresh; member
/freebsd-13.1/sys/dev/re/
H A Dif_re.c3286 sc->rl_txthresh = RL_TX_THRESH_INIT; in re_init_locked()