Home
last modified time | relevance | path

Searched refs:tx_bw (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/atm/
H A Deni.h89 int tx_bw; /* remaining bandwidth */ member
H A Deni.c1270 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()
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c715 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()
H A Dmac80211.c1956 for (i = 0; i < (ARRAY_SIZE(stats->tx_bw) - !eht); i++) in mt76_ethtool_worker()
1957 data[ei++] += stats->tx_bw[i]; in mt76_ethtool_worker()
H A Dmt76.h304 u64 tx_bw[5]; /* 20, 40, 80, 160, 320 */ member
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c995 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()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1388 stats->tx_bw[4]++; in mt7996_mac_add_txs_skb()
1392 stats->tx_bw[3]++; in mt7996_mac_add_txs_skb()
1396 stats->tx_bw[2]++; in mt7996_mac_add_txs_skb()
1400 stats->tx_bw[1]++; in mt7996_mac_add_txs_skb()
1404 stats->tx_bw[0]++; in mt7996_mac_add_txs_skb()
H A Dmcu.h185 u8 tx_bw; member
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h468 u32 tx_bw[HTT_TX_PEER_STATS_NUM_BW_COUNTERS]; member
1264 u32 tx_bw[HTT_TX_PDEV_STATS_NUM_BW_COUNTERS]; member
H A Ddebugfs_htt_stats.c799 PRINT_ARRAY_TO_BUF(buf, len, htt_stats_buf->tx_bw, "tx_bw", in htt_print_tx_peer_rate_stats_tlv()
2820 PRINT_ARRAY_TO_BUF(buf, len, htt_stats_buf->tx_bw, "tx_bw", in htt_print_tx_pdev_rate_stats_tlv()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddebugfs_htt_stats.h431 __le32 tx_bw[ATH12K_HTT_TX_PDEV_STATS_NUM_BW_COUNTERS]; member
H A Ddebugfs_htt_stats.c4641 len += print_array_to_buf(buf, len, "tx_bw", htt_stats_buf->tx_bw, in ath12k_htt_print_tx_pdev_rate_stats_tlv()