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()305 retry = max_t(u8, 2, min(mr->retry_count_cts, retry)); in minstrel_get_retry_count()513 mr->retry_count_cts = 1; in minstrel_rate_init()528 (mr->retry_count_cts < mp->max_retry)) in minstrel_rate_init()529 mr->retry_count_cts++; in minstrel_rate_init()537 mr->retry_count_cts = mrs->retry_count; in minstrel_rate_init()
105 u8 retry_count_cts; member