Home
last modified time | relevance | path

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

/src/sys/dev/alc/
H A Dif_alcvar.h134 struct mbuf *alc_rxhead; member
272 (_sc)->alc_cdata.alc_rxhead = NULL; \
H A Dif_alc.c3668 if (sc->alc_cdata.alc_rxhead != NULL) in alc_rxeof()
3669 m_freem(sc->alc_cdata.alc_rxhead); in alc_rxeof()
3681 if (sc->alc_cdata.alc_rxhead == NULL) { in alc_rxeof()
3682 sc->alc_cdata.alc_rxhead = mp; in alc_rxeof()
3694 m = sc->alc_cdata.alc_rxhead; in alc_rxeof()
4331 if (sc->alc_cdata.alc_rxhead != NULL) in alc_stop()
4332 m_freem(sc->alc_cdata.alc_rxhead); in alc_stop()