Lines Matching defs:sc_want
87 int sc_want; /* how much we want */
419 sc->sc_want = 1;
434 if (sc->sc_want > MINCLSIZE) {
447 sc->sc_want--;
448 if (sc->sc_want > 0) {
463 sc->sc_want = sizeof(hci_acldata_hdr_t) - 1;
468 sc->sc_want = sizeof(hci_scodata_hdr_t) - 1;
473 sc->sc_want = sizeof(hci_event_hdr_t) - 1;
493 sc->sc_want = mtod(m, hci_acldata_hdr_t *)->length;
494 sc->sc_want = le16toh(sc->sc_want);
499 sc->sc_want = mtod(m, hci_scodata_hdr_t *)->length;
504 sc->sc_want = mtod(m, hci_event_hdr_t *)->length;