Home
last modified time | relevance | path

Searched refs:sc_want (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/bluetooth/
Dbtuart.c63 int sc_want; /* how much we want */ member
367 sc->sc_want = 1; in btuartinput()
381 if (sc->sc_want > MINCLSIZE) { in btuartinput()
393 sc->sc_want--; in btuartinput()
394 if (sc->sc_want > 0) in btuartinput()
403 sc->sc_want = sizeof(hci_acldata_hdr_t) - 1; in btuartinput()
408 sc->sc_want = sizeof(hci_scodata_hdr_t) - 1; in btuartinput()
413 sc->sc_want = sizeof(hci_event_hdr_t) - 1; in btuartinput()
433 sc->sc_want = mtod(m, hci_acldata_hdr_t *)->length; in btuartinput()
434 sc->sc_want = le16toh(sc->sc_want); in btuartinput()
[all …]
/netbsd/src/sys/dev/pcmcia/
Dbt3c.c112 int sc_want; /* how much we want */ member
315 sc->sc_want = 1; in bt3c_receive()
330 if (sc->sc_want > MINCLSIZE) { in bt3c_receive()
345 sc->sc_want--; in bt3c_receive()
346 if (sc->sc_want > 0) in bt3c_receive()
355 sc->sc_want = sizeof(hci_acldata_hdr_t) - 1; in bt3c_receive()
360 sc->sc_want = sizeof(hci_scodata_hdr_t) - 1; in bt3c_receive()
365 sc->sc_want = sizeof(hci_event_hdr_t) - 1; in bt3c_receive()
385 sc->sc_want = mtod(m, hci_acldata_hdr_t *)->length; in bt3c_receive()
386 sc->sc_want = le16toh(sc->sc_want); in bt3c_receive()
[all …]
Dbtbc.c87 int sc_want; /* how much we want */ member
419 sc->sc_want = 1; in btbc_receive()
434 if (sc->sc_want > MINCLSIZE) { in btbc_receive()
447 sc->sc_want--; in btbc_receive()
448 if (sc->sc_want > 0) { in btbc_receive()
463 sc->sc_want = sizeof(hci_acldata_hdr_t) - 1; in btbc_receive()
468 sc->sc_want = sizeof(hci_scodata_hdr_t) - 1; in btbc_receive()
473 sc->sc_want = sizeof(hci_event_hdr_t) - 1; in btbc_receive()
493 sc->sc_want = mtod(m, hci_acldata_hdr_t *)->length; in btbc_receive()
494 sc->sc_want = le16toh(sc->sc_want); in btbc_receive()
[all …]