Home | History | Annotate | Download | only in pcmcia

Lines Matching defs:sc_want

112 	int		sc_want;		/* how much we want */
315 sc->sc_want = 1;
330 if (sc->sc_want > MINCLSIZE) {
345 sc->sc_want--;
346 if (sc->sc_want > 0)
355 sc->sc_want = sizeof(hci_acldata_hdr_t) - 1;
360 sc->sc_want = sizeof(hci_scodata_hdr_t) - 1;
365 sc->sc_want = sizeof(hci_event_hdr_t) - 1;
385 sc->sc_want = mtod(m, hci_acldata_hdr_t *)->length;
386 sc->sc_want = le16toh(sc->sc_want);
391 sc->sc_want = mtod(m, hci_scodata_hdr_t *)->length;
396 sc->sc_want = mtod(m, hci_event_hdr_t *)->length;