Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_uath.c2527 if (sc->sc_intrx_head != NULL) in uath_data_rxeof()
2528 m_freem(sc->sc_intrx_head); in uath_data_rxeof()
2545 if (sc->sc_intrx_head != NULL) in uath_data_rxeof()
2546 m_freem(sc->sc_intrx_head); in uath_data_rxeof()
2562 if (sc->sc_intrx_head != NULL) in uath_data_rxeof()
2563 m_freem(sc->sc_intrx_head); in uath_data_rxeof()
2571 if (sc->sc_intrx_head == NULL) { in uath_data_rxeof()
2572 sc->sc_intrx_head = m; in uath_data_rxeof()
2587 if (sc->sc_intrx_head != NULL) in uath_data_rxeof()
2588 m_freem(sc->sc_intrx_head); in uath_data_rxeof()
[all …]
H A Dif_uathvar.h218 struct mbuf *sc_intrx_head; member
241 (sc)->sc_intrx_head = NULL; \