Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/bluetooth/
Dbcsp.c117 uint32_t sc_seq_retry_limit; member
278 sc->sc_seq_retry_limit = BCSP_SEQ_TX_RETRY_LIMIT; in bcsp_attach()
327 NULL, 0, &sc->sc_seq_retry_limit, in bcsp_attach()
1198 return (sc->sc_seq_retries >= sc->sc_seq_retry_limit);
1278 if (++sc->sc_seq_retries < sc->sc_seq_retry_limit) in bcsp_timer_timeout()
Dbth5.c121 uint32_t sc_seq_retry_limit; member
283 sc->sc_seq_retry_limit = BTH5_SEQ_TX_RETRY_LIMIT; in bthfive_attach()
332 NULL, 0, &sc->sc_seq_retry_limit, in bthfive_attach()
1326 if (++sc->sc_seq_retries < sc->sc_seq_retry_limit) in bth5_timer_timeout()