Searched refs:sc_rxpend (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dawivar.h104 struct mbuf *sc_rxpend; member in struct:awi_softc
H A Dawi.c640 if (sc->sc_rxpend != NULL) {
641 m_freem(sc->sc_rxpend);
642 sc->sc_rxpend = NULL;
1132 sc->sc_rxpend = m;
1180 top = sc->sc_rxpend;
1183 sc->sc_rxpend = NULL;

Completed in 259 milliseconds