Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Drx.c265 int nsts; in iwl_mld_decode_vht_phy_data() local
271 nsts = le32_get_bits(phy_data->ntfy->sigs.vht.a1, in iwl_mld_decode_vht_phy_data()
273 vht->mcs_nss[0] = (stbc ? nsts / 2 : nsts) | 0xf0; in iwl_mld_decode_vht_phy_data()
275 nsts = le32_get_bits(phy_data->ntfy->sigs.vht.a1, in iwl_mld_decode_vht_phy_data()
277 vht->mcs_nss[1] = (stbc ? nsts / 2 : nsts) | 0xf0; in iwl_mld_decode_vht_phy_data()
279 nsts = le32_get_bits(phy_data->ntfy->sigs.vht.a1, in iwl_mld_decode_vht_phy_data()
281 vht->mcs_nss[2] = (stbc ? nsts / 2 : nsts) | 0xf0; in iwl_mld_decode_vht_phy_data()
283 nsts = le32_get_bits(phy_data->ntfy->sigs.vht.a1, in iwl_mld_decode_vht_phy_data()
285 vht->mcs_nss[3] = (stbc ? nsts / 2 : nsts) | 0xf0; in iwl_mld_decode_vht_phy_data()
295 int nsts; in iwl_mld_decode_vht_phy_data() local
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.c1024 u32 nsts; in ath11k_hal_rx_parse_mon_status_tlv() local
1048 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()
H A Ddebugfs_htt_stats.h490 u32 nsts; member
1340 u32 nsts; member
H A Dmac.c5616 int nsts; in ath11k_mac_set_txbf_conf() local
5622 nsts = vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath11k_mac_set_txbf_conf()
5623 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_mac_set_txbf_conf()
5624 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath11k_mac_set_txbf_conf()
5664 int sound_dim = 0, nsts = 0; in ath11k_set_vht_txbf_cap() local
5691 nsts = (*vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK); in ath11k_set_vht_txbf_cap()
5692 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_set_vht_txbf_cap()
5707 nsts <<= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_set_vht_txbf_cap()
5708 nsts &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath11k_set_vht_txbf_cap()
5709 *vht_cap |= nsts; in ath11k_set_vht_txbf_cap()
H A Ddebugfs_htt_stats.c836 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()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h159 u8 nsts; member
H A Dmcu.c3882 rate->nss = res->nsts + 1; in mt7915_mcu_get_rx_rate()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_mon.c676 u32 nsts, info0, info1; in ath12k_wifi7_dp_mon_parse_vht_sig_a() local
696 nsts = u32_get_bits(info0, HAL_RX_VHT_SIG_A_INFO_INFO0_NSTS); in ath12k_wifi7_dp_mon_parse_vht_sig_a()
697 if (ppdu_info->is_stbc && nsts > 0) in ath12k_wifi7_dp_mon_parse_vht_sig_a()
698 nsts = ((nsts + 1) >> 1) - 1; in ath12k_wifi7_dp_mon_parse_vht_sig_a()
700 ppdu_info->nss = u32_get_bits(nsts, VHT_SIG_SU_NSS_MASK) + 1; in ath12k_wifi7_dp_mon_parse_vht_sig_a()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h164 u8 nsts; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c4862 int nsts = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sts() local
4864 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() local
5494 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()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddebugfs_htt_stats.h526 __le32 nsts; member
H A Dmac.c8281 int nsts; in ath12k_mac_set_txbf_conf() local
8287 nsts = vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath12k_mac_set_txbf_conf()
8288 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath12k_mac_set_txbf_conf()
8289 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath12k_mac_set_txbf_conf()
H A Ddebugfs_htt_stats.c4781 le32_to_cpu(htt_stats_buf->nsts)); in ath12k_htt_print_rx_pdev_rate_stats_tlv()