Lines Matching refs:smps

1743 	int smps;  in ath12k_peer_assoc_h_smps()  local
1748 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath12k_peer_assoc_h_smps()
1749 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath12k_peer_assoc_h_smps()
1751 switch (smps) { in ath12k_peer_assoc_h_smps()
2034 int smps; in ath12k_setup_peer_smps() local
2039 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath12k_setup_peer_smps()
2040 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath12k_setup_peer_smps()
2042 if (smps >= ARRAY_SIZE(ath12k_smps_map)) in ath12k_setup_peer_smps()
2047 ath12k_smps_map[smps]); in ath12k_setup_peer_smps()
3223 u32 changed, bw, nss, smps; in ath12k_sta_rc_update_wk() local
3247 smps = arsta->smps; in ath12k_sta_rc_update_wk()
3278 sta->addr, smps); in ath12k_sta_rc_update_wk()
3281 WMI_PEER_MIMO_PS_STATE, smps); in ath12k_sta_rc_update_wk()
3284 sta->addr, smps, err); in ath12k_sta_rc_update_wk()
3588 u32 bw, smps; in ath12k_mac_op_sta_rc_update() local
3639 smps = WMI_PEER_SMPS_PS_NONE; in ath12k_mac_op_sta_rc_update()
3644 smps = WMI_PEER_SMPS_PS_NONE; in ath12k_mac_op_sta_rc_update()
3647 smps = WMI_PEER_SMPS_STATIC; in ath12k_mac_op_sta_rc_update()
3650 smps = WMI_PEER_SMPS_DYNAMIC; in ath12k_mac_op_sta_rc_update()
3655 smps = WMI_PEER_SMPS_PS_NONE; in ath12k_mac_op_sta_rc_update()
3659 arsta->smps = smps; in ath12k_mac_op_sta_rc_update()
3804 u32 smps; in ath12k_create_ht_cap() local
3806 smps = WLAN_HT_CAP_SM_PS_DYNAMIC; in ath12k_create_ht_cap()
3807 smps <<= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath12k_create_ht_cap()
3809 ht_cap.cap |= smps; in ath12k_create_ht_cap()