Home
last modified time | relevance | path

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

/freebsd/sys/dev/sbni/
H A Dif_sbnivar.h105 u_int timeout_rxl; member
H A Dif_sbni.c1042 sc->cur_rxl_index = timeout_rxl_tab[sc->timeout_rxl]; in timeout_change_level()
1043 if (++sc->timeout_rxl >= 4) in timeout_change_level()
1044 sc->timeout_rxl = 0; in timeout_change_level()