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 | 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/mediatek/mt76/ |
| H A D | mt76_connac_mac.c | 659 if (rate.nss - 1 < ARRAY_SIZE(stats->tx_nss)) in mt76_connac2_mac_fill_txs() 660 stats->tx_nss[rate.nss - 1]++; in mt76_connac2_mac_fill_txs()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | mac.c | 935 if (rate.nss - 1 < ARRAY_SIZE(stats->tx_nss)) in mt7925_mac_add_txs_skb() 936 stats->tx_nss[rate.nss - 1]++; in mt7925_mac_add_txs_skb()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mac.c | 1459 if (rate.nss - 1 < ARRAY_SIZE(stats->tx_nss)) in mt7996_mac_add_txs_skb() 1460 stats->tx_nss[rate.nss - 1]++; in mt7996_mac_add_txs_skb()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 2388 u32 rx_nss, tx_nss, nss_160; in ath12k_peer_assoc_h_vht() local 2494 tx_nss = ath12k_get_nss_160mhz(ar, max_nss); in ath12k_peer_assoc_h_vht() 2495 rx_nss = min(arg->peer_nss, tx_nss); in ath12k_peer_assoc_h_vht() 2603 u32 rx_nss, tx_nss, nss_160; in ath12k_peer_assoc_h_he() local 2803 tx_nss = ath12k_get_nss_160mhz(ar, ar->num_tx_chains); in ath12k_peer_assoc_h_he() 2804 rx_nss = min(arg->peer_nss, tx_nss); in ath12k_peer_assoc_h_he()
|