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()311 retry = max_t(u8, 2, min(mr->retry_count_cts, retry)); in minstrel_get_retry_count()529 mr->retry_count_cts = 1; in minstrel_rate_init()544 (mr->retry_count_cts < mp->max_retry)) in minstrel_rate_init()545 mr->retry_count_cts++; in minstrel_rate_init()553 mr->retry_count_cts = mrs->retry_count; in minstrel_rate_init()
84 u8 retry_count_cts; member