Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/usb/wlan/
Dif_uathvar.h218 struct mbuf *sc_intrx_head; member
243 (sc)->sc_intrx_head = NULL; \
Dif_uath.c2569 if (sc->sc_intrx_head != NULL) in uath_data_rxeof()
2570 m_freem(sc->sc_intrx_head); in uath_data_rxeof()
2594 if (sc->sc_intrx_head != NULL) in uath_data_rxeof()
2595 m_freem(sc->sc_intrx_head); in uath_data_rxeof()
2603 if (sc->sc_intrx_head == NULL) { in uath_data_rxeof()
2604 sc->sc_intrx_head = m; in uath_data_rxeof()
2619 if (sc->sc_intrx_head != NULL) in uath_data_rxeof()
2620 m_freem(sc->sc_intrx_head); in uath_data_rxeof()
2661 if (sc->sc_intrx_head != NULL) in uath_data_rxeof()
2662 m_freem(sc->sc_intrx_head); in uath_data_rxeof()
[all …]