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()
1596 struct ieee80211_conf *conf, in rs_move_siso_to_other() argument
1692 ret = rs_switch_to_mimo2(priv, lq_sta, conf, sta, in rs_move_siso_to_other()
1736 ret = rs_switch_to_mimo3(priv, lq_sta, conf, sta, in rs_move_siso_to_other()
1768 struct ieee80211_conf *conf, in rs_move_mimo2_to_other() argument
1858 ret = rs_switch_to_siso(priv, lq_sta, conf, sta, in rs_move_mimo2_to_other()
1905 ret = rs_switch_to_mimo3(priv, lq_sta, conf, sta, in rs_move_mimo2_to_other()
1938 struct ieee80211_conf *conf, in rs_move_mimo3_to_other() argument
2026 ret = rs_switch_to_siso(priv, lq_sta, conf, sta, in rs_move_mimo3_to_other()
2050 ret = rs_switch_to_mimo2(priv, lq_sta, conf, sta, in rs_move_mimo3_to_other()
2218 struct ieee80211_conf *conf = &hw->conf; in rs_rate_scale_perform() local
2581 rs_move_legacy_other(priv, lq_sta, conf, sta, index); in rs_rate_scale_perform()
2583 rs_move_siso_to_other(priv, lq_sta, conf, sta, index); in rs_rate_scale_perform()
2585 rs_move_mimo2_to_other(priv, lq_sta, conf, sta, index); in rs_rate_scale_perform()
2587 rs_move_mimo3_to_other(priv, lq_sta, conf, sta, index); in rs_rate_scale_perform()
2614 if (is_legacy(tbl1->lq_type) && !conf_is_ht(conf) && in rs_rate_scale_perform()
2807 struct ieee80211_conf *conf = &priv->hw->conf; in iwl_rs_rate_init() local
2816 sband = hw->wiphy->bands[conf->chandef.chan->band]; in iwl_rs_rate_init()