Searched refs:nsts (Results 1 – 5 of 5) 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
836 htt_stats_buf->nsts); in htt_print_rx_peer_rate_stats_tlv()2896 htt_stats_buf->nsts); in htt_print_rx_pdev_rate_stats_tlv()
4862 int nsts = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sts() local4864 nsts &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath10k_mac_get_vht_cap_bf_sts()4865 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath10k_mac_get_vht_cap_bf_sts()4871 if (nsts == 0) in ath10k_mac_get_vht_cap_bf_sts()4874 return nsts; in ath10k_mac_get_vht_cap_bf_sts()5488 int nsts; in ath10k_mac_set_txbf_conf() local5494 nsts = ath10k_mac_get_vht_cap_bf_sts(ar); in ath10k_mac_set_txbf_conf()5497 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath10k_mac_set_txbf_conf()
8306 int nsts; in ath12k_mac_set_txbf_conf() local8312 nsts = vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath12k_mac_set_txbf_conf()8313 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath12k_mac_set_txbf_conf()8314 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath12k_mac_set_txbf_conf()