Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:sc_want

63 	int		sc_want;	/* how much we want */
367 sc->sc_want = 1;
381 if (sc->sc_want > MINCLSIZE) {
393 sc->sc_want--;
394 if (sc->sc_want > 0)
403 sc->sc_want = sizeof(hci_acldata_hdr_t) - 1;
408 sc->sc_want = sizeof(hci_scodata_hdr_t) - 1;
413 sc->sc_want = sizeof(hci_event_hdr_t) - 1;
433 sc->sc_want = mtod(m, hci_acldata_hdr_t *)->length;
434 sc->sc_want = le16toh(sc->sc_want);
439 sc->sc_want = mtod(m, hci_scodata_hdr_t *)->length;
444 sc->sc_want = mtod(m, hci_event_hdr_t *)->length;