Lines Matching defs:smps
2775 int *smps)
2778 *smps = u16_get_bits(ht_cap->cap, IEEE80211_HT_CAP_SM_PS);
2780 *smps = le16_get_bits(he_6ghz_capa->capa,
2783 if (*smps >= ARRAY_SIZE(ath12k_smps_map))
2798 int smps;
2813 if (ath12k_get_smps_from_capa(ht_cap, he_6ghz_capa, &smps))
2816 switch (smps) {
3382 int smps, ret = 0;
3387 ret = ath12k_get_smps_from_capa(ht_cap, he_6ghz_capa, &smps);
3393 ath12k_smps_map[smps]);
5975 u32 changed, bw, nss, mac_nss, smps, bw_prev;
6006 smps = arsta->smps;
6083 ath12k_dbg(ar->ab, ATH12K_DBG_MAC, "mac update sta %pM smps %d\n",
6084 arsta->addr, smps);
6087 WMI_PEER_MIMO_PS_STATE, smps);
6089 ath12k_warn(ar->ab, "failed to update STA %pM smps %d: %d\n",
6090 arsta->addr, smps, err);
7176 u32 bw, smps;
7223 "mac sta rc update for %pM changed %08x bw %d nss %d smps %d\n",
7239 smps = WMI_PEER_SMPS_PS_NONE;
7244 smps = WMI_PEER_SMPS_PS_NONE;
7247 smps = WMI_PEER_SMPS_STATIC;
7250 smps = WMI_PEER_SMPS_DYNAMIC;
7253 ath12k_warn(ar->ab, "Invalid smps %d in sta rc update for %pM link %u\n",
7255 smps = WMI_PEER_SMPS_PS_NONE;
7259 arsta->smps = smps;
7542 u32 smps;
7544 smps = WLAN_HT_CAP_SM_PS_DYNAMIC;
7545 smps <<= IEEE80211_HT_CAP_SM_PS_SHIFT;
7547 ht_cap.cap |= smps;