Lines Matching refs:bw
534 rate->bw, rate->sgi, rate->ldpc, rate->stbc); in rs_dump_rate()
775 ucode_rate |= rate->bw; in ucode_rate_from_rs_rate()
824 rate->bw = ucode_rate & RATE_MCS_CHAN_WIDTH_MSK; in rs_rate_from_ucode_rate()
858 WARN_ON_ONCE(rate->bw == RATE_MCS_CHAN_WIDTH_160); in rs_rate_from_ucode_rate()
859 WARN_ON_ONCE(rate->bw == RATE_MCS_CHAN_WIDTH_80 && in rs_rate_from_ucode_rate()
1005 rate->bw = RATE_MCS_CHAN_WIDTH_20; in rs_get_lower_rate_down_column()
1052 return (a->type == b->type) && (a->bw == b->bw) && (a->sgi == b->sgi) && in rs_rate_equal()
1067 return (a->type == b->type) && (a->bw == b->bw) && (a->sgi == b->sgi) in rs_rate_column_match()
1405 u32 bw) in rs_get_expected_tpt_table() argument
1424 switch (bw) { in rs_get_expected_tpt_table()
1438 switch (bw) { in rs_get_expected_tpt_table()
1471 tbl->expected_tpt = rs_get_expected_tpt_table(lq_sta, column, rate->bw); in rs_set_expected_tpt_table()
1735 rate->bw = RATE_MCS_CHAN_WIDTH_20; in rs_switch_to_column()
1749 rate->bw = rs_bw_from_sta_bw(sta); in rs_switch_to_column()
2474 rate->bw = RATE_MCS_CHAN_WIDTH_20; in rs_get_initial_rate()
3285 char *type, *bw; in rs_pretty_print_rate() local
3313 bw = "20Mhz"; in rs_pretty_print_rate()
3316 bw = "40Mhz"; in rs_pretty_print_rate()
3319 bw = "80Mhz"; in rs_pretty_print_rate()
3322 bw = "160Mhz"; in rs_pretty_print_rate()
3325 bw = "BAD BW"; in rs_pretty_print_rate()
3329 type, rs_pretty_ant(ant), bw, mcs, nss, in rs_pretty_print_rate()