Searched refs:retry_count_cts (Results 1 – 2 of 2) sorted by relevance
120 ratetbl->rate[offset].count_cts = r->retry_count_cts; in minstrel_set_rate()313 retry = max_t(u8, 2, min(mr->retry_count_cts, retry)); in minstrel_get_retry_count()536 mr->retry_count_cts = 1; in minstrel_rate_init()551 (mr->retry_count_cts < mp->max_retry)) in minstrel_rate_init()552 mr->retry_count_cts++; in minstrel_rate_init()560 mr->retry_count_cts = mrs->retry_count; in minstrel_rate_init()
77 u8 retry_count_cts; member