Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c79 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_clean_stats() local
81 u64_stats_update_begin(&txq_stats->syncp); in hinic_txq_clean_stats()
82 txq_stats->pkts = 0; in hinic_txq_clean_stats()
83 txq_stats->bytes = 0; in hinic_txq_clean_stats()
84 txq_stats->tx_busy = 0; in hinic_txq_clean_stats()
85 txq_stats->tx_wake = 0; in hinic_txq_clean_stats()
86 txq_stats->tx_dropped = 0; in hinic_txq_clean_stats()
87 txq_stats->big_frags_pkts = 0; in hinic_txq_clean_stats()
88 u64_stats_update_end(&txq_stats->syncp); in hinic_txq_clean_stats()
98 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_get_stats() local
[all …]
H A Dhinic_tx.h33 struct hinic_txq_stats txq_stats; member
H A Dhinic_ethtool.c1342 struct hinic_txq_stats txq_stats; in get_drv_queue_stats() local
1351 hinic_txq_get_stats(&nic_dev->txqs[qid], &txq_stats); in get_drv_queue_stats()
1353 p = (char *)&txq_stats + in get_drv_queue_stats()
/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_tx.c19 static void hinic3_txq_clean_stats(struct hinic3_txq_stats *txq_stats) in hinic3_txq_clean_stats() argument
21 u64_stats_update_begin(&txq_stats->syncp); in hinic3_txq_clean_stats()
22 txq_stats->bytes = 0; in hinic3_txq_clean_stats()
23 txq_stats->packets = 0; in hinic3_txq_clean_stats()
24 txq_stats->busy = 0; in hinic3_txq_clean_stats()
25 txq_stats->dropped = 0; in hinic3_txq_clean_stats()
27 txq_stats->skb_pad_err = 0; in hinic3_txq_clean_stats()
28 txq_stats->frag_len_overflow = 0; in hinic3_txq_clean_stats()
29 txq_stats->offload_cow_skb_err = 0; in hinic3_txq_clean_stats()
30 txq_stats->map_frag_err = 0; in hinic3_txq_clean_stats()
[all …]
H A Dhinic3_netdev_ops.c783 struct hinic3_txq_stats *txq_stats; in hinic3_get_stats64() local
798 txq_stats = &txq->txq_stats; in hinic3_get_stats64()
800 start = u64_stats_fetch_begin(&txq_stats->syncp); in hinic3_get_stats64()
801 bytes += txq_stats->bytes; in hinic3_get_stats64()
802 packets += txq_stats->packets; in hinic3_get_stats64()
803 dropped += txq_stats->dropped; in hinic3_get_stats64()
804 } while (u64_stats_fetch_retry(&txq_stats->syncp, start)); in hinic3_get_stats64()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2650 struct stmmac_txq_stats *txq_stats = &priv->xstats.txq_stats[queue]; in stmmac_xdp_xmit_zc() local
2750 u64_stats_update_begin(&txq_stats->napi_syncp); in stmmac_xdp_xmit_zc()
2751 u64_stats_add(&txq_stats->napi.tx_set_ic_bit, tx_set_ic_bit); in stmmac_xdp_xmit_zc()
2752 u64_stats_update_end(&txq_stats->napi_syncp); in stmmac_xdp_xmit_zc()
2796 struct stmmac_txq_stats *txq_stats = &priv->xstats.txq_stats[queue]; in stmmac_tx_clean() local
2963 u64_stats_update_begin(&txq_stats->napi_syncp); in stmmac_tx_clean()
2964 u64_stats_add(&txq_stats->napi.tx_packets, tx_packets); in stmmac_tx_clean()
2965 u64_stats_add(&txq_stats in stmmac_tx_clean()
4376 struct stmmac_txq_stats *txq_stats; stmmac_tso_xmit() local
4654 struct stmmac_txq_stats *txq_stats; stmmac_xmit() local
5069 struct stmmac_txq_stats *txq_stats = &priv->xstats.txq_stats[queue]; stmmac_xdp_xmit_xdpf() local
5906 struct stmmac_txq_stats *txq_stats; stmmac_napi_poll_tx() local
5942 struct stmmac_txq_stats *txq_stats; stmmac_napi_poll_rxtx() local
7237 struct stmmac_txq_stats *txq_stats = &priv->xstats.txq_stats[q]; stmmac_get_stats64() local
[all...]
/linux/net/mac80211/
H A Dsta_info.c2666 ieee80211_fill_txq_stats(&tidstats->txq_stats, in sta_set_tidstats()
/linux/include/net/
H A Dcfg80211.h2113 struct cfg80211_txq_stats txq_stats; member
/linux/net/wireless/
H A Dnl80211.c7480 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_fill_link_station()
7690 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()