Home
last modified time | relevance | path

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

/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()
2094 eni_dev->mem >> 10,eni_dev->tx_bw); in eni_proc_read()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c719 stats->tx_bw[3]++; in mt76_connac2_mac_fill_txs()
723 stats->tx_bw[2]++; in mt76_connac2_mac_fill_txs()
727 stats->tx_bw[1]++; in mt76_connac2_mac_fill_txs()
731 stats->tx_bw[0]++; in mt76_connac2_mac_fill_txs()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c997 stats->tx_bw[3]++; in mt7925_mac_add_txs_skb()
1001 stats->tx_bw[2]++; in mt7925_mac_add_txs_skb()
1005 stats->tx_bw[1]++; in mt7925_mac_add_txs_skb()
1009 stats->tx_bw[0]++; in mt7925_mac_add_txs_skb()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1562 stats->tx_bw[4]++; in mt7996_mac_add_txs_skb()
1566 stats->tx_bw[3]++; in mt7996_mac_add_txs_skb()
1570 stats->tx_bw[2]++; in mt7996_mac_add_txs_skb()
1574 stats->tx_bw[1]++; in mt7996_mac_add_txs_skb()
1578 stats->tx_bw[0]++; in mt7996_mac_add_txs_skb()
/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.c800 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()