Searched refs:nsts (Results 1 – 12 of 12) sorted by relevance
1024 u32 nsts; in ath11k_hal_rx_parse_mon_status_tlv() local1048 nsts = FIELD_GET(HAL_RX_VHT_SIG_A_INFO_INFO0_NSTS, info0); in ath11k_hal_rx_parse_mon_status_tlv()1049 if (ppdu_info->is_stbc && nsts > 0) in ath11k_hal_rx_parse_mon_status_tlv()1050 nsts = ((nsts + 1) >> 1) - 1; in ath11k_hal_rx_parse_mon_status_tlv()1052 ppdu_info->nss = (nsts & VHT_SIG_SU_NSS_MASK) + 1; in ath11k_hal_rx_parse_mon_status_tlv()
490 u32 nsts; member1340 u32 nsts; member
5386 int nsts; in ath11k_mac_set_txbf_conf() local5392 nsts = vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath11k_mac_set_txbf_conf()5393 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_mac_set_txbf_conf()5394 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath11k_mac_set_txbf_conf()5434 int sound_dim = 0, nsts = 0; in ath11k_set_vht_txbf_cap() local5461 nsts = (*vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK); in ath11k_set_vht_txbf_cap()5462 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_set_vht_txbf_cap()5477 nsts <<= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_set_vht_txbf_cap()5478 nsts &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath11k_set_vht_txbf_cap()5479 *vht_cap |= nsts; in ath11k_set_vht_txbf_cap()
835 htt_stats_buf->nsts); in htt_print_rx_peer_rate_stats_tlv()2895 htt_stats_buf->nsts); in htt_print_rx_pdev_rate_stats_tlv()
159 u8 nsts; member
3763 rate->nss = res->nsts + 1; in mt7915_mcu_get_rx_rate()
84 u32 nsts, info0, info1; in ath12k_dp_mon_parse_vht_sig_a() local104 nsts = u32_get_bits(info0, HAL_RX_VHT_SIG_A_INFO_INFO0_NSTS); in ath12k_dp_mon_parse_vht_sig_a()105 if (ppdu_info->is_stbc && nsts > 0) in ath12k_dp_mon_parse_vht_sig_a()106 nsts = ((nsts + 1) >> 1) - 1; in ath12k_dp_mon_parse_vht_sig_a()108 ppdu_info->nss = u32_get_bits(nsts, VHT_SIG_SU_NSS_MASK); in ath12k_dp_mon_parse_vht_sig_a()
491 __le32 nsts; member
6340 int nsts; in ath12k_mac_set_txbf_conf() local6346 nsts = vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath12k_mac_set_txbf_conf()6347 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath12k_mac_set_txbf_conf()6348 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath12k_mac_set_txbf_conf()
4748 le32_to_cpu(htt_stats_buf->nsts)); in ath12k_htt_print_rx_pdev_rate_stats_tlv()
164 u8 nsts; member
4832 int nsts = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sts() local4834 nsts &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath10k_mac_get_vht_cap_bf_sts()4835 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath10k_mac_get_vht_cap_bf_sts()4841 if (nsts == 0) in ath10k_mac_get_vht_cap_bf_sts()4844 return nsts; in ath10k_mac_get_vht_cap_bf_sts()5456 int nsts; in ath10k_mac_set_txbf_conf() local5462 nsts = ath10k_mac_get_vht_cap_bf_sts(ar); in ath10k_mac_set_txbf_conf()5465 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath10k_mac_set_txbf_conf()