Lines Matching full:smps

2823 	int smps;  in ath10k_setup_peer_smps()  local
2828 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath10k_setup_peer_smps()
2829 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath10k_setup_peer_smps()
2831 if (smps >= ARRAY_SIZE(ath10k_smps_map)) in ath10k_setup_peer_smps()
2836 ath10k_smps_map[smps]); in ath10k_setup_peer_smps()
3109 ath10k_warn(ar, "failed to setup peer SMPS for vdev %i: %d\n", in ath10k_bss_assoc()
3288 ath10k_warn(ar, "failed to setup peer SMPS for vdev %d: %d\n", in ath10k_station_assoc()
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()
6723 u32 changed, bw, nss, smps; in ath10k_sta_rc_update_wk() local
6745 smps = arsta->smps; in ath10k_sta_rc_update_wk()
6789 ath10k_dbg(ar, ATH10K_DBG_STA, "mac update sta %pM smps %d\n", in ath10k_sta_rc_update_wk()
6790 sta->addr, smps); in ath10k_sta_rc_update_wk()
6793 ar->wmi.peer_param->smps_state, smps); in ath10k_sta_rc_update_wk()
6795 ath10k_warn(ar, "failed to update STA %pM smps %d: %d\n", in ath10k_sta_rc_update_wk()
6796 sta->addr, smps, err); in ath10k_sta_rc_update_wk()
8517 u32 bw, smps; in ath10k_sta_rc_update() local
8530 "mac sta rc update for %pM changed %08x bw %d nss %d smps %d\n", in ath10k_sta_rc_update()
8565 smps = WMI_PEER_SMPS_PS_NONE; in ath10k_sta_rc_update()
8570 smps = WMI_PEER_SMPS_PS_NONE; in ath10k_sta_rc_update()
8573 smps = WMI_PEER_SMPS_STATIC; in ath10k_sta_rc_update()
8576 smps = WMI_PEER_SMPS_DYNAMIC; in ath10k_sta_rc_update()
8579 ath10k_warn(ar, "Invalid smps %d in sta rc update for %pM\n", in ath10k_sta_rc_update()
8581 smps = WMI_PEER_SMPS_PS_NONE; in ath10k_sta_rc_update()
8585 arsta->smps = smps; in ath10k_sta_rc_update()