HomeSort by: relevance | last modified time | path
    Searched defs:sc_seq_retry_limit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/bluetooth/
bcsp.c 117 uint32_t sc_seq_retry_limit; member in struct:bcsp_softc
278 sc->sc_seq_retry_limit = BCSP_SEQ_TX_RETRY_LIMIT;
327 NULL, 0, &sc->sc_seq_retry_limit,
1198 return (sc->sc_seq_retries >= sc->sc_seq_retry_limit);
1278 if (++sc->sc_seq_retries < sc->sc_seq_retry_limit)
bth5.c 121 uint32_t sc_seq_retry_limit; member in struct:bth5_softc
283 sc->sc_seq_retry_limit = BTH5_SEQ_TX_RETRY_LIMIT;
332 NULL, 0, &sc->sc_seq_retry_limit,
1326 if (++sc->sc_seq_retries < sc->sc_seq_retry_limit)

Completed in 47 milliseconds