Searched refs:tx_bw (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/atm/ |
H A D | eni.h | 89 int tx_bw; /* remaining bandwidth */ member
|
H 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()
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mac.c | 700 stats->tx_bw[3]++; in mt76_connac2_mac_fill_txs() 704 stats->tx_bw[2]++; in mt76_connac2_mac_fill_txs() 708 stats->tx_bw[1]++; in mt76_connac2_mac_fill_txs() 712 stats->tx_bw[0]++; in mt76_connac2_mac_fill_txs()
|
H A D | mac80211.c | 1858 for (i = 0; i < (ARRAY_SIZE(stats->tx_bw) - !eht); i++) in mt76_ethtool_worker() 1859 data[ei++] += stats->tx_bw[i]; in mt76_ethtool_worker()
|
H A D | mt76.h | 302 u64 tx_bw[5]; /* 20, 40, 80, 160, 320 */ member
|
/linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
H A D | mac.c | 999 stats->tx_bw[3]++; in mt7925_mac_add_txs_skb() 1003 stats->tx_bw[2]++; in mt7925_mac_add_txs_skb() 1007 stats->tx_bw[1]++; in mt7925_mac_add_txs_skb() 1011 stats->tx_bw[0]++; in mt7925_mac_add_txs_skb()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mac.c | 1312 stats->tx_bw[4]++; in mt7996_mac_add_txs_skb() 1316 stats->tx_bw[3]++; in mt7996_mac_add_txs_skb() 1320 stats->tx_bw[2]++; in mt7996_mac_add_txs_skb() 1324 stats->tx_bw[1]++; in mt7996_mac_add_txs_skb() 1328 stats->tx_bw[0]++; in mt7996_mac_add_txs_skb()
|
H A D | mcu.h | 185 u8 tx_bw; member
|
/linux/drivers/net/wireless/ath/ath11k/ |
H 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
|
H A D | debugfs_htt_stats.c | 799 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()
|