Lines Matching refs:smps

2374 	int smps;  in ath11k_peer_assoc_h_smps()  local
2380 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_peer_assoc_h_smps()
2381 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_peer_assoc_h_smps()
2383 smps = le16_get_bits(sta->deflink.he_6ghz_capa.capa, in ath11k_peer_assoc_h_smps()
2387 switch (smps) { in ath11k_peer_assoc_h_smps()
2682 int smps; in ath11k_setup_peer_smps() local
2688 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_setup_peer_smps()
2689 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_setup_peer_smps()
2691 smps = FIELD_GET(IEEE80211_HE_6GHZ_CAP_SM_PS, he_6ghz_capa); in ath11k_setup_peer_smps()
2694 if (smps >= ARRAY_SIZE(ath11k_smps_map)) in ath11k_setup_peer_smps()
2699 ath11k_smps_map[smps]); in ath11k_setup_peer_smps()
4262 u32 changed, bw, nss, smps, bw_prev; in ath11k_sta_rc_update_wk() local
4289 smps = arsta->smps; in ath11k_sta_rc_update_wk()
4368 sta->addr, smps); in ath11k_sta_rc_update_wk()
4371 WMI_PEER_MIMO_PS_STATE, smps); in ath11k_sta_rc_update_wk()
4374 sta->addr, smps, err); in ath11k_sta_rc_update_wk()
4805 u32 bw, smps; in ath11k_mac_op_sta_rc_update() local
4837 smps = WMI_PEER_SMPS_PS_NONE; in ath11k_mac_op_sta_rc_update()
4842 smps = WMI_PEER_SMPS_PS_NONE; in ath11k_mac_op_sta_rc_update()
4845 smps = WMI_PEER_SMPS_STATIC; in ath11k_mac_op_sta_rc_update()
4848 smps = WMI_PEER_SMPS_DYNAMIC; in ath11k_mac_op_sta_rc_update()
4853 smps = WMI_PEER_SMPS_PS_NONE; in ath11k_mac_op_sta_rc_update()
4857 arsta->smps = smps; in ath11k_mac_op_sta_rc_update()
5002 u32 smps; in ath11k_create_ht_cap() local
5004 smps = WLAN_HT_CAP_SM_PS_DYNAMIC; in ath11k_create_ht_cap()
5005 smps <<= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_create_ht_cap()
5007 ht_cap.cap |= smps; in ath11k_create_ht_cap()