Home | History | Annotate | Download | only in pcmcia

Lines Matching defs:sc_rxp

113 	struct mbuf	*sc_rxp;		/* incoming packet */
279 struct mbuf *m = sc->sc_rxp;
310 sc->sc_rxp = m;
342 sc->sc_rxp->m_pkthdr.len++;
372 m_freem(sc->sc_rxp);
373 sc->sc_rxp = NULL;
400 if (!hci_input_acl(sc->sc_unit, sc->sc_rxp))
404 sc->sc_rxp = m = NULL;
409 if (!hci_input_sco(sc->sc_unit, sc->sc_rxp))
413 sc->sc_rxp = m = NULL;
418 if (!hci_input_event(sc->sc_unit, sc->sc_rxp))
422 sc->sc_rxp = m = NULL;
886 m_freem(sc->sc_rxp);
887 sc->sc_rxp = NULL;