Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/bluetooth/
Dbtsco.c111 int sc_rx_want; /* bytes wanted */ member
457 if (sc->sc_rx_want > 0) { in btsco_sco_disconnected()
458 sc->sc_rx_want = 0; in btsco_sco_disconnected()
518 if (sc->sc_rx_want == 0) { in btsco_sco_input()
524 len = MIN(sc->sc_rx_want, m->m_pkthdr.len); in btsco_sco_input()
527 sc->sc_rx_want -= len; in btsco_sco_input()
539 if (sc->sc_rx_want == 0) in btsco_sco_input()
668 sc->sc_rx_want = 0; in btsco_close()
770 sc->sc_rx_want = blksize; in btsco_start_input()
821 sc->sc_rx_want = 0; in btsco_halt_input()