Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/rl/
H A Dif_rl.c1135 sc->rl_txthresh += 32; in rl_txeof()
1136 if (sc->rl_txthresh > RL_TX_THRESH_MAX) in rl_txeof()
1137 sc->rl_txthresh = RL_TX_THRESH_MAX; in rl_txeof()
1334 RL_TXTHRESH(sc->rl_txthresh) | seg.ds_len); in rl_encap()
1474 sc->rl_txthresh = RL_TX_THRESH_INIT; in rl_init()
H A Dif_rlreg.h374 int rl_txthresh; member