Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c689 stats->tx_bw[3]++; in mt76_connac2_mac_fill_txs()
693 stats->tx_bw[2]++; in mt76_connac2_mac_fill_txs()
697 stats->tx_bw[1]++; in mt76_connac2_mac_fill_txs()
701 stats->tx_bw[0]++; in mt76_connac2_mac_fill_txs()
H A Dmac80211.c1793 for (i = 0; i < (ARRAY_SIZE(stats->tx_bw) - !eht); i++) in mt76_ethtool_worker()
1794 data[ei++] += stats->tx_bw[i]; in mt76_ethtool_worker()
H A Dmt76.h276 u64 tx_bw[5]; /* 20, 40, 80, 160, 320 */ member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1264 stats->tx_bw[4]++; in mt7996_mac_add_txs_skb()
1268 stats->tx_bw[3]++; in mt7996_mac_add_txs_skb()
1272 stats->tx_bw[2]++; in mt7996_mac_add_txs_skb()
1276 stats->tx_bw[1]++; in mt7996_mac_add_txs_skb()
1280 stats->tx_bw[0]++; in mt7996_mac_add_txs_skb()
/openbmc/linux/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()