Home
last modified time | relevance | path

Searched refs:txq_stats (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.c58 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_clean_stats() local
60 u64_stats_update_begin(&txq_stats->syncp); in hinic_txq_clean_stats()
61 txq_stats->pkts = 0; in hinic_txq_clean_stats()
62 txq_stats->bytes = 0; in hinic_txq_clean_stats()
63 txq_stats->tx_busy = 0; in hinic_txq_clean_stats()
64 txq_stats->tx_wake = 0; in hinic_txq_clean_stats()
65 txq_stats->tx_dropped = 0; in hinic_txq_clean_stats()
66 u64_stats_update_end(&txq_stats->syncp); in hinic_txq_clean_stats()
76 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_get_stats() local
81 start = u64_stats_fetch_begin(&txq_stats->syncp); in hinic_txq_get_stats()
[all …]
Dhinic_tx.h41 struct hinic_txq_stats txq_stats; member
/Linux-v4.19/net/mac80211/
Dsta_info.c2074 ieee80211_fill_txq_stats(&tidstats->txq_stats, in sta_set_tidstats()
/Linux-v4.19/include/net/
Dcfg80211.h1232 struct cfg80211_txq_stats txq_stats; member
/Linux-v4.19/net/wireless/
Dnl80211.c4772 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()