Lines Matching refs:smps
2503 int smps; in ath10k_setup_peer_smps() local
2508 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath10k_setup_peer_smps()
2509 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath10k_setup_peer_smps()
2511 if (smps >= ARRAY_SIZE(ath10k_smps_map)) in ath10k_setup_peer_smps()
2516 ath10k_smps_map[smps]); in ath10k_setup_peer_smps()
3857 u32 smps; in ath10k_get_ht_cap() local
3859 smps = WLAN_HT_CAP_SM_PS_DYNAMIC; in ath10k_get_ht_cap()
3860 smps <<= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath10k_get_ht_cap()
3862 ht_cap.cap |= smps; in ath10k_get_ht_cap()
5194 u32 changed, bw, nss, smps; in ath10k_sta_rc_update_wk() local
5216 smps = arsta->smps; in ath10k_sta_rc_update_wk()
5250 sta->addr, smps); in ath10k_sta_rc_update_wk()
5253 WMI_PEER_SMPS_STATE, smps); in ath10k_sta_rc_update_wk()
5256 sta->addr, smps, err); in ath10k_sta_rc_update_wk()
6276 u32 bw, smps; in ath10k_sta_rc_update() local
6312 smps = WMI_PEER_SMPS_PS_NONE; in ath10k_sta_rc_update()
6317 smps = WMI_PEER_SMPS_PS_NONE; in ath10k_sta_rc_update()
6320 smps = WMI_PEER_SMPS_STATIC; in ath10k_sta_rc_update()
6323 smps = WMI_PEER_SMPS_DYNAMIC; in ath10k_sta_rc_update()
6328 smps = WMI_PEER_SMPS_PS_NONE; in ath10k_sta_rc_update()
6332 arsta->smps = smps; in ath10k_sta_rc_update()