Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:sc_rxp

64 	struct mbuf *	sc_rxp;		/* incoming packet */
336 struct mbuf *m = sc->sc_rxp;
362 sc->sc_rxp = m;
390 sc->sc_rxp->m_pkthdr.len++;
420 m_freem(sc->sc_rxp);
421 sc->sc_rxp = NULL;
448 if (!hci_input_acl(sc->sc_unit, sc->sc_rxp))
452 sc->sc_rxp = m = NULL;
456 if (!hci_input_sco(sc->sc_unit, sc->sc_rxp))
460 sc->sc_rxp = m = NULL;
464 if (!hci_input_event(sc->sc_unit, sc->sc_rxp))
468 sc->sc_rxp = m = NULL;
585 m_freem(sc->sc_rxp);
586 sc->sc_rxp = NULL;