Lines Matching full:smps

2336 				     int *smps)  in ath12k_get_smps_from_capa()  argument
2339 *smps = u16_get_bits(ht_cap->cap, IEEE80211_HT_CAP_SM_PS); in ath12k_get_smps_from_capa()
2341 *smps = le16_get_bits(he_6ghz_capa->capa, in ath12k_get_smps_from_capa()
2344 if (*smps >= ARRAY_SIZE(ath12k_smps_map)) in ath12k_get_smps_from_capa()
2355 int smps; in ath12k_peer_assoc_h_smps() local
2360 if (ath12k_get_smps_from_capa(ht_cap, he_6ghz_capa, &smps)) in ath12k_peer_assoc_h_smps()
2363 switch (smps) { in ath12k_peer_assoc_h_smps()
2837 int smps, ret = 0; in ath12k_setup_peer_smps() local
2842 ret = ath12k_get_smps_from_capa(ht_cap, he_6ghz_capa, &smps); in ath12k_setup_peer_smps()
2848 ath12k_smps_map[smps]); in ath12k_setup_peer_smps()
2899 ath12k_warn(ar->ab, "failed to setup peer SMPS for vdev %d: %d\n", in ath12k_bss_assoc()
4224 ath12k_warn(ar->ab, "failed to setup peer SMPS for vdev %d: %d\n", in ath12k_station_assoc()
4283 u32 changed, bw, nss, smps, bw_prev; in ath12k_sta_rc_update_wk() local
4309 smps = arsta->smps; in ath12k_sta_rc_update_wk()
4381 ath12k_dbg(ar->ab, ATH12K_DBG_MAC, "mac update sta %pM smps %d\n", in ath12k_sta_rc_update_wk()
4382 sta->addr, smps); in ath12k_sta_rc_update_wk()
4385 WMI_PEER_MIMO_PS_STATE, smps); in ath12k_sta_rc_update_wk()
4387 ath12k_warn(ar->ab, "failed to update STA %pM smps %d: %d\n", in ath12k_sta_rc_update_wk()
4388 sta->addr, smps, err); in ath12k_sta_rc_update_wk()
4747 u32 bw, smps; in ath12k_mac_op_sta_rc_update() local
4768 "mac sta rc update for %pM changed %08x bw %d nss %d smps %d\n", in ath12k_mac_op_sta_rc_update()
4784 smps = WMI_PEER_SMPS_PS_NONE; in ath12k_mac_op_sta_rc_update()
4789 smps = WMI_PEER_SMPS_PS_NONE; in ath12k_mac_op_sta_rc_update()
4792 smps = WMI_PEER_SMPS_STATIC; in ath12k_mac_op_sta_rc_update()
4795 smps = WMI_PEER_SMPS_DYNAMIC; in ath12k_mac_op_sta_rc_update()
4798 ath12k_warn(ar->ab, "Invalid smps %d in sta rc update for %pM\n", in ath12k_mac_op_sta_rc_update()
4800 smps = WMI_PEER_SMPS_PS_NONE; in ath12k_mac_op_sta_rc_update()
4804 arsta->smps = smps; in ath12k_mac_op_sta_rc_update()
4977 u32 smps; in ath12k_create_ht_cap() local
4979 smps = WLAN_HT_CAP_SM_PS_DYNAMIC; in ath12k_create_ht_cap()
4980 smps <<= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath12k_create_ht_cap()
4982 ht_cap.cap |= smps; in ath12k_create_ht_cap()