Home
last modified time | relevance | path

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

/NextBSD/sys/dev/rl/
HDif_rl.c1270 (sc->rl_txthresh < 2016)) in rl_txeof()
1271 sc->rl_txthresh += 32; in rl_txeof()
1280 oldthresh = sc->rl_txthresh; in rl_txeof()
1285 sc->rl_txthresh = oldthresh; in rl_txeof()
1654 RL_TXTHRESH(sc->rl_txthresh) | in rl_start_locked()
1756 sc->rl_txthresh = RL_TX_THRESH_INIT; in rl_init_locked()
HDif_rlreg.h884 int rl_txthresh; member
/NextBSD/sys/dev/re/
HDif_re.c3263 sc->rl_txthresh = RL_TX_THRESH_INIT; in re_init_locked()