Home
last modified time | relevance | path

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

/freebsd/sys/dev/stge/
H A Dif_stgereg.h606 struct mbuf *stge_rxhead; member
677 (_sc)->sc_cdata.stge_rxhead = NULL; \
H A Dif_stge.c1666 if (sc->sc_cdata.stge_rxhead != NULL) { in stge_rxeof()
1667 m_freem(sc->sc_cdata.stge_rxhead); in stge_rxeof()
1678 if (sc->sc_cdata.stge_rxhead != NULL) { in stge_rxeof()
1679 m_freem(sc->sc_cdata.stge_rxhead); in stge_rxeof()
1691 if (sc->sc_cdata.stge_rxhead == NULL) { in stge_rxeof()
1692 sc->sc_cdata.stge_rxhead = mp; in stge_rxeof()
1701 m = sc->sc_cdata.stge_rxhead; in stge_rxeof()