Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/mwl/
Dif_mwlvar.h310 struct mwl_rxbuf *sc_rxnext; /* next rx buffer to process */ member
Dif_mwl.c2726 bf = sc->sc_rxnext; in mwl_rx_proc()
2927 sc->sc_rxnext = bf; in mwl_rx_proc()
4891 sc->sc_rxnext = NULL; /* force rx to start at the list head */ in mwl_ioctl_reset()