Lines Matching refs:smps
2828 int smps; in ath10k_setup_peer_smps() local
2833 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath10k_setup_peer_smps()
2834 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath10k_setup_peer_smps()
2836 if (smps >= ARRAY_SIZE(ath10k_smps_map)) in ath10k_setup_peer_smps()
2841 ath10k_smps_map[smps]); in ath10k_setup_peer_smps()
4943 u32 smps; in ath10k_get_ht_cap() local
4945 smps = WLAN_HT_CAP_SM_PS_DYNAMIC; in ath10k_get_ht_cap()
4946 smps <<= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath10k_get_ht_cap()
4948 ht_cap.cap |= smps; in ath10k_get_ht_cap()
6720 u32 changed, bw, nss, smps; in ath10k_sta_rc_update_wk() local
6742 smps = arsta->smps; in ath10k_sta_rc_update_wk()
6787 sta->addr, smps); in ath10k_sta_rc_update_wk()
6790 ar->wmi.peer_param->smps_state, smps); in ath10k_sta_rc_update_wk()
6793 sta->addr, smps, err); in ath10k_sta_rc_update_wk()
8507 u32 bw, smps; in ath10k_sta_rc_update() local
8555 smps = WMI_PEER_SMPS_PS_NONE; in ath10k_sta_rc_update()
8560 smps = WMI_PEER_SMPS_PS_NONE; in ath10k_sta_rc_update()
8563 smps = WMI_PEER_SMPS_STATIC; in ath10k_sta_rc_update()
8566 smps = WMI_PEER_SMPS_DYNAMIC; in ath10k_sta_rc_update()
8571 smps = WMI_PEER_SMPS_PS_NONE; in ath10k_sta_rc_update()
8575 arsta->smps = smps; in ath10k_sta_rc_update()