Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h490 u32 nsts; member
1340 u32 nsts; member
H A Dmac.c5614 int nsts; in ath11k_mac_set_txbf_conf() local
5620 nsts = vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath11k_mac_set_txbf_conf()
5621 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_mac_set_txbf_conf()
5622 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath11k_mac_set_txbf_conf()
5662 int sound_dim = 0, nsts = 0; in ath11k_set_vht_txbf_cap() local
5689 nsts = (*vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK); in ath11k_set_vht_txbf_cap()
5690 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_set_vht_txbf_cap()
5705 nsts <<= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_set_vht_txbf_cap()
5706 nsts &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath11k_set_vht_txbf_cap()
5707 *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/ath/ath12k/
H A Ddebugfs_htt_stats.h520 __le32 nsts; member
H A Dmac.c7909 int nsts; in ath12k_mac_set_txbf_conf() local
7915 nsts = vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath12k_mac_set_txbf_conf()
7916 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath12k_mac_set_txbf_conf()
7917 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath12k_mac_set_txbf_conf()
H A Ddebugfs_htt_stats.c4779 le32_to_cpu(htt_stats_buf->nsts)); in ath12k_htt_print_rx_pdev_rate_stats_tlv()