Searched refs:tx_bw (Results 1 – 12 of 12) sorted by relevance
| /drivers/atm/ |
| A D | eni.h | 89 int tx_bw; /* remaining bandwidth */ member
|
| A D | eni.c | 1270 if (!*pcr) *pcr = eni_dev->tx_bw+reserved; in comp_tx() 1344 if (!error && !ubr && rate > eni_dev->tx_bw+tx->reserved) in reserve_or_set_tx() 1359 eni_dev->tx_bw += tx->reserved; in reserve_or_set_tx() 1361 eni_dev->tx_bw -= rate; in reserve_or_set_tx() 1427 eni_dev->tx_bw += eni_vcc->tx->reserved; in close_tx() 1440 eni_dev->tx_bw = ATM_OC3_PCR; in start_tx() 2095 eni_dev->mem >> 10,eni_dev->tx_bw); in eni_proc_read()
|
| /drivers/net/wireless/mediatek/mt76/ |
| A D | mt76_connac_mac.c | 715 stats->tx_bw[3]++; in mt76_connac2_mac_fill_txs() 719 stats->tx_bw[2]++; in mt76_connac2_mac_fill_txs() 723 stats->tx_bw[1]++; in mt76_connac2_mac_fill_txs() 727 stats->tx_bw[0]++; in mt76_connac2_mac_fill_txs()
|
| A D | mac80211.c | 1959 for (i = 0; i < (ARRAY_SIZE(stats->tx_bw) - !eht); i++) in mt76_ethtool_worker() 1960 data[ei++] += stats->tx_bw[i]; in mt76_ethtool_worker()
|
| A D | mt76.h | 314 u64 tx_bw[5]; /* 20, 40, 80, 160, 320 */ member
|
| /drivers/net/wireless/mediatek/mt76/mt7925/ |
| A D | mac.c | 995 stats->tx_bw[3]++; in mt7925_mac_add_txs_skb() 999 stats->tx_bw[2]++; in mt7925_mac_add_txs_skb() 1003 stats->tx_bw[1]++; in mt7925_mac_add_txs_skb() 1007 stats->tx_bw[0]++; in mt7925_mac_add_txs_skb()
|
| /drivers/net/wireless/mediatek/mt76/mt7996/ |
| A D | mac.c | 1426 stats->tx_bw[4]++; in mt7996_mac_add_txs_skb() 1430 stats->tx_bw[3]++; in mt7996_mac_add_txs_skb() 1434 stats->tx_bw[2]++; in mt7996_mac_add_txs_skb() 1438 stats->tx_bw[1]++; in mt7996_mac_add_txs_skb() 1442 stats->tx_bw[0]++; in mt7996_mac_add_txs_skb()
|
| A D | mcu.h | 185 u8 tx_bw; member
|
| /drivers/net/wireless/ath/ath11k/ |
| A D | debugfs_htt_stats.h | 468 u32 tx_bw[HTT_TX_PEER_STATS_NUM_BW_COUNTERS]; member 1264 u32 tx_bw[HTT_TX_PDEV_STATS_NUM_BW_COUNTERS]; member
|
| A D | debugfs_htt_stats.c | 800 PRINT_ARRAY_TO_BUF(buf, len, htt_stats_buf->tx_bw, "tx_bw", in htt_print_tx_peer_rate_stats_tlv() 2821 PRINT_ARRAY_TO_BUF(buf, len, htt_stats_buf->tx_bw, "tx_bw", in htt_print_tx_pdev_rate_stats_tlv()
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | debugfs_htt_stats.h | 451 __le32 tx_bw[ATH12K_HTT_TX_PDEV_STATS_NUM_BW_COUNTERS]; member
|
| A D | debugfs_htt_stats.c | 4641 len += print_array_to_buf(buf, len, "tx_bw", htt_stats_buf->tx_bw, in ath12k_htt_print_tx_pdev_rate_stats_tlv()
|
Completed in 80 milliseconds