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