Searched refs:cur_rxl_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/sbni/
H A Dif_sbnivar.h107 u_int cur_rxl_index; member in struct:sbni_softc
H A Dif_sbni.c257 printf("%d (fixed)\n", sc->cur_rxl_index);
985 sc->cur_rxl_index = flags.rxl;
988 sc->cur_rxl_index = DEF_RXL;
992 sc->csr1.rxl = rxl_tab[sc->cur_rxl_index];
1054 if (sc->cur_rxl_index == 0)
1056 else if (sc->cur_rxl_index == 15)
1061 sc->csr1.rxl = rxl_tab[sc->cur_rxl_index += sc->delta_rxl];
1073 sc->cur_rxl_index = timeout_rxl_tab[sc->timeout_rxl];
1077 sc->csr1.rxl = rxl_tab[sc->cur_rxl_index];
1142 flags.rxl = sc->cur_rxl_index;
[all...]

Completed in 71 milliseconds