Searched refs:sc_seq_retry_limit (Results 1 – 2 of 2) sorted by relevance
117 uint32_t sc_seq_retry_limit; member278 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()
121 uint32_t sc_seq_retry_limit; member283 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()