Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/mwl/
HDif_mwlvar.h313 struct mwl_rxbuf *sc_rxnext; /* next rx buffer to process */ member
HDif_mwl.c2624 bf = sc->sc_rxnext; in mwl_rx_proc()
2816 sc->sc_rxnext = bf; in mwl_rx_proc()
4671 sc->sc_rxnext = NULL; /* force rx to start at the list head */ in mwl_ioctl_reset()