Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.c78 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_clean_stats() local
80 u64_stats_update_begin(&txq_stats->syncp); in hinic_txq_clean_stats()
81 txq_stats->pkts = 0; in hinic_txq_clean_stats()
82 txq_stats->bytes = 0; in hinic_txq_clean_stats()
83 txq_stats->tx_busy = 0; in hinic_txq_clean_stats()
84 txq_stats->tx_wake = 0; in hinic_txq_clean_stats()
85 txq_stats->tx_dropped = 0; in hinic_txq_clean_stats()
86 txq_stats->big_frags_pkts = 0; in hinic_txq_clean_stats()
87 u64_stats_update_end(&txq_stats->syncp); in hinic_txq_clean_stats()
97 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_get_stats() local
[all …]
Dhinic_tx.h33 struct hinic_txq_stats txq_stats; member
Dhinic_ethtool.c1370 struct hinic_txq_stats txq_stats; in get_drv_queue_stats() local
1379 hinic_txq_get_stats(&nic_dev->txqs[qid], &txq_stats); in get_drv_queue_stats()
1381 p = (char *)&txq_stats + in get_drv_queue_stats()
/kernel/linux/linux-5.10/drivers/s390/net/
Dqeth_ethtool.c28 static const struct qeth_stats txq_stats[] = { variable
59 #define TXQ_STATS_LEN ARRAY_SIZE(txq_stats)
110 txq_stats, TXQ_STATS_LEN); in qeth_get_ethtool_stats()
173 qeth_add_stat_strings(&data, prefix, txq_stats, in qeth_get_strings()
/kernel/linux/linux-5.10/net/mac80211/
Dsta_info.c2231 ieee80211_fill_txq_stats(&tidstats->txq_stats, in sta_set_tidstats()
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h1598 struct cfg80211_txq_stats txq_stats; member
/kernel/linux/linux-5.10/net/wireless/
Dnl80211.c5787 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()