Searched refs:sc_intrx_head (Results 1 – 2 of 2) sorted by relevance
218 struct mbuf *sc_intrx_head; member243 (sc)->sc_intrx_head = NULL; \
2569 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 …]