Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/sbni/
HDif_sbnivar.h108 u_int timeout_rxl; member
HDif_sbni.c1073 sc->cur_rxl_index = timeout_rxl_tab[sc->timeout_rxl]; in timeout_change_level()
1074 if (++sc->timeout_rxl >= 4) in timeout_change_level()
1075 sc->timeout_rxl = 0; in timeout_change_level()