Home
last modified time | relevance | path

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

/freebsd/sys/dev/alc/
H A Dif_alcvar.h134 struct mbuf *alc_rxhead; member
273 (_sc)->alc_cdata.alc_rxhead = NULL; \
H A Dif_alc.c3692 if (sc->alc_cdata.alc_rxhead != NULL) in alc_rxeof()
3693 m_freem(sc->alc_cdata.alc_rxhead); in alc_rxeof()
3705 if (sc->alc_cdata.alc_rxhead == NULL) { in alc_rxeof()
3706 sc->alc_cdata.alc_rxhead = mp; in alc_rxeof()
3718 m = sc->alc_cdata.alc_rxhead; in alc_rxeof()
4355 if (sc->alc_cdata.alc_rxhead != NULL) in alc_stop()
4356 m_freem(sc->alc_cdata.alc_rxhead); in alc_stop()