Home
last modified time | relevance | path

Searched refs:nsts (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dhal_rx.c948 u32 nsts; in ath11k_hal_rx_parse_mon_status_tlv() local
972 nsts = FIELD_GET(HAL_RX_VHT_SIG_A_INFO_INFO0_NSTS, info0); in ath11k_hal_rx_parse_mon_status_tlv()
973 if (ppdu_info->is_stbc && nsts > 0) in ath11k_hal_rx_parse_mon_status_tlv()
974 nsts = ((nsts + 1) >> 1) - 1; in ath11k_hal_rx_parse_mon_status_tlv()
976 ppdu_info->nss = (nsts & VHT_SIG_SU_NSS_MASK) + 1; in ath11k_hal_rx_parse_mon_status_tlv()
993 u32 nsts, cp_ltf, dcm; in ath11k_hal_rx_parse_mon_status_tlv() local
1012 nsts = FIELD_GET(HAL_RX_HE_SIG_A_SU_INFO_INFO0_NSTS, info0); in ath11k_hal_rx_parse_mon_status_tlv()
1030 ppdu_info->nss = nsts + 1; in ath11k_hal_rx_parse_mon_status_tlv()
Ddebugfs_htt_stats.h450 u32 nsts; member
1241 u32 nsts; member
Dmac.c3401 int nsts; in ath11k_mac_set_txbf_conf() local
3407 nsts = vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath11k_mac_set_txbf_conf()
3408 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_mac_set_txbf_conf()
3409 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath11k_mac_set_txbf_conf()
Ddebugfs_htt_stats.c885 htt_stats_buf->nsts); in htt_print_rx_peer_rate_stats_tlv()
3052 htt_stats_buf->nsts); in htt_print_rx_pdev_rate_stats_tlv()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dmac.c4639 int nsts = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sts() local
4641 nsts &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath10k_mac_get_vht_cap_bf_sts()
4642 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath10k_mac_get_vht_cap_bf_sts()
4648 if (nsts == 0) in ath10k_mac_get_vht_cap_bf_sts()
4651 return nsts; in ath10k_mac_get_vht_cap_bf_sts()
5306 int nsts; in ath10k_mac_set_txbf_conf() local
5312 nsts = ath10k_mac_get_vht_cap_bf_sts(ar); in ath10k_mac_set_txbf_conf()
5315 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath10k_mac_set_txbf_conf()