Home | History | Annotate | Download | only in gemini

Lines Matching defs:sc_rxmbuf

112 	struct mbuf *sc_rxmbuf;
196 m = sc->sc_rxmbuf;
255 if ((subtype & GPN_SOF) == 0 && sc->sc_rxmbuf == NULL) {
260 if ((subtype & GPN_SOF) && sc->sc_rxmbuf != NULL) {
262 m_freem(sc->sc_rxmbuf);
263 sc->sc_rxmbuf = NULL;
266 if (sc->sc_rxmbuf == NULL) {
284 sc->sc_rxmbuf = m;
292 m_freem(sc->sc_rxmbuf);
293 sc->sc_rxmbuf = NULL;
299 m = sc->sc_rxmbuf;
300 sc->sc_rxmbuf = NULL;
499 if (sc->sc_rxmbuf) {
500 m_freem(sc->sc_rxmbuf);
501 sc->sc_rxmbuf = NULL;