Lines Matching refs:conf
1261 struct ieee80211_conf *conf, in rs_switch_to_mimo2() argument
1271 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in rs_switch_to_mimo2()
1316 struct ieee80211_conf *conf, in rs_switch_to_mimo3() argument
1326 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in rs_switch_to_mimo3()
1372 struct ieee80211_conf *conf, in rs_switch_to_siso() argument
1382 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in rs_switch_to_siso()
1421 struct ieee80211_conf *conf, in rs_move_legacy_other() argument
1514 ret = rs_switch_to_siso(priv, lq_sta, conf, sta, in rs_move_legacy_other()
1541 ret = rs_switch_to_mimo2(priv, lq_sta, conf, sta, in rs_move_legacy_other()
1561 ret = rs_switch_to_mimo3(priv, lq_sta, conf, sta, in rs_move_legacy_other()
1594 struct ieee80211_conf *conf, in rs_move_siso_to_other() argument
1690 ret = rs_switch_to_mimo2(priv, lq_sta, conf, sta, in rs_move_siso_to_other()
1734 ret = rs_switch_to_mimo3(priv, lq_sta, conf, sta, in rs_move_siso_to_other()
1764 struct ieee80211_conf *conf, in rs_move_mimo2_to_other() argument
1854 ret = rs_switch_to_siso(priv, lq_sta, conf, sta, in rs_move_mimo2_to_other()
1901 ret = rs_switch_to_mimo3(priv, lq_sta, conf, sta, in rs_move_mimo2_to_other()
1932 struct ieee80211_conf *conf, in rs_move_mimo3_to_other() argument
2020 ret = rs_switch_to_siso(priv, lq_sta, conf, sta, in rs_move_mimo3_to_other()
2044 ret = rs_switch_to_mimo2(priv, lq_sta, conf, sta, in rs_move_mimo3_to_other()
2209 struct ieee80211_conf *conf = &hw->conf; in rs_rate_scale_perform() local
2572 rs_move_legacy_other(priv, lq_sta, conf, sta, index); in rs_rate_scale_perform()
2574 rs_move_siso_to_other(priv, lq_sta, conf, sta, index); in rs_rate_scale_perform()
2576 rs_move_mimo2_to_other(priv, lq_sta, conf, sta, index); in rs_rate_scale_perform()
2578 rs_move_mimo3_to_other(priv, lq_sta, conf, sta, index); in rs_rate_scale_perform()
2605 if (is_legacy(tbl1->lq_type) && !conf_is_ht(conf) && in rs_rate_scale_perform()
2798 struct ieee80211_conf *conf = &priv->hw->conf; in iwl_rs_rate_init() local
2807 sband = hw->wiphy->bands[conf->chandef.chan->band]; in iwl_rs_rate_init()