Searched refs:sc_intrx_head (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_uathvar.h219 struct mbuf *sc_intrx_head; member in struct:uath_softc
242 (sc)->sc_intrx_head = NULL; \
H A Dif_uath.c2483 if (sc->sc_intrx_head != NULL)
2484 m_freem(sc->sc_intrx_head);
2508 if (sc->sc_intrx_head != NULL)
2509 m_freem(sc->sc_intrx_head);
2517 if (sc->sc_intrx_head == NULL) {
2518 sc->sc_intrx_head = m;
2533 if (sc->sc_intrx_head != NULL)
2534 m_freem(sc->sc_intrx_head);
2575 if (sc->sc_intrx_head != NULL)
2576 m_freem(sc->sc_intrx_head);
[all...]

Completed in 74 milliseconds