Searched refs:tx_nss (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | debugfs_htt_stats.h | 466 u32 tx_nss[HTT_TX_PEER_STATS_NUM_SPATIAL_STREAMS]; member 1262 u32 tx_nss[HTT_TX_PDEV_STATS_NUM_SPATIAL_STREAMS]; member
|
| H A D | mac.c | 2163 u32 rx_nss, tx_nss, nss_160; in ath11k_peer_assoc_h_vht() local 2258 tx_nss = ath11k_get_nss_160mhz(ar, max_nss); in ath11k_peer_assoc_h_vht() 2259 rx_nss = min(arg->peer_nss, tx_nss); in ath11k_peer_assoc_h_vht() 2361 u32 rx_nss, tx_nss, nss_160; in ath11k_peer_assoc_h_he() local 2568 tx_nss = ath11k_get_nss_160mhz(ar, max_nss); in ath11k_peer_assoc_h_he() 2569 rx_nss = min(arg->peer_nss, tx_nss); in ath11k_peer_assoc_h_he()
|
| H A D | debugfs_htt_stats.c | 798 PRINT_ARRAY_TO_BUF(buf, len, htt_stats_buf->tx_nss, "tx_nss", in htt_print_tx_peer_rate_stats_tlv() 2811 PRINT_ARRAY_TO_BUF(buf, len, htt_stats_buf->tx_nss, "tx_nss", in htt_print_tx_pdev_rate_stats_tlv()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | debugfs_htt_stats.h | 450 __le32 tx_nss[ATH12K_HTT_TX_PDEV_STATS_NUM_SPATIAL_STREAMS]; member
|
| H A D | mac.c | 2280 u32 rx_nss, tx_nss, nss_160; in ath12k_peer_assoc_h_vht() local 2386 tx_nss = ath12k_get_nss_160mhz(ar, max_nss); in ath12k_peer_assoc_h_vht() 2387 rx_nss = min(arg->peer_nss, tx_nss); in ath12k_peer_assoc_h_vht() 2495 u32 rx_nss, tx_nss, nss_160; in ath12k_peer_assoc_h_he() local 2695 tx_nss = ath12k_get_nss_160mhz(ar, ar->num_tx_chains); in ath12k_peer_assoc_h_he() 2696 rx_nss = min(arg->peer_nss, tx_nss); in ath12k_peer_assoc_h_he()
|
| H A D | debugfs_htt_stats.c | 4616 j, le32_to_cpu(htt_stats_buf->tx_nss[j - 1])); in ath12k_htt_print_tx_pdev_rate_stats_tlv()
|