Searched refs:txq_stats (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/ethernet/huawei/hinic/ |
| A D | hinic_tx.c | 79 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_clean_stats() local 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() 98 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_get_stats() local 118 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in txq_stats_init() local 525 txq->txq_stats.tx_busy++; in hinic_lb_xmit_frame() [all …]
|
| A D | hinic_tx.h | 33 struct hinic_txq_stats txq_stats; member
|
| A D | hinic_ethtool.c | 1370 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()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| A D | stmmac_ethtool.c | 596 struct stmmac_txq_stats *txq_stats = &priv->xstats.txq_stats[q]; in stmmac_get_per_qstats() local 600 start = u64_stats_fetch_begin(&txq_stats->napi_syncp); in stmmac_get_per_qstats() 601 pkt_n = u64_stats_read(&txq_stats->napi.tx_pkt_n); in stmmac_get_per_qstats() 602 } while (u64_stats_fetch_retry(&txq_stats->napi_syncp, start)); in stmmac_get_per_qstats() 695 struct stmmac_txq_stats *txq_stats = &priv->xstats.txq_stats[i]; in stmmac_get_ethtool_stats() local 702 start = u64_stats_fetch_begin(&txq_stats->q_syncp); in stmmac_get_ethtool_stats() 703 q_snapshot = txq_stats->q; in stmmac_get_ethtool_stats() 704 } while (u64_stats_fetch_retry(&txq_stats->q_syncp, start)); in stmmac_get_ethtool_stats() 706 start = u64_stats_fetch_begin(&txq_stats->napi_syncp); in stmmac_get_ethtool_stats() 707 napi_snapshot = txq_stats->napi; in stmmac_get_ethtool_stats() [all …]
|
| A D | stmmac_main.c | 2482 struct stmmac_txq_stats *txq_stats = &priv->xstats.txq_stats[queue]; in stmmac_xdp_xmit_zc() local 2625 struct stmmac_txq_stats *txq_stats = &priv->xstats.txq_stats[queue]; in stmmac_tx_clean() local 4217 struct stmmac_txq_stats *txq_stats; in stmmac_tso_xmit() local 4242 txq_stats = &priv->xstats.txq_stats[queue]; in stmmac_tso_xmit() 4506 struct stmmac_txq_stats *txq_stats; in stmmac_xmit() local 4515 txq_stats = &priv->xstats.txq_stats[queue]; in stmmac_xmit() 4900 struct stmmac_txq_stats *txq_stats = &priv->xstats.txq_stats[queue]; in stmmac_xdp_xmit_xdpf() local 5727 struct stmmac_txq_stats *txq_stats; in stmmac_napi_poll_tx() local 5732 txq_stats = &priv->xstats.txq_stats[chan]; in stmmac_napi_poll_tx() 5771 txq_stats = &priv->xstats.txq_stats[chan]; in stmmac_napi_poll_rxtx() [all …]
|
| A D | common.h | 232 struct stmmac_txq_stats txq_stats[MTL_MAX_TX_QUEUES]; member
|
| /linux/drivers/s390/net/ |
| A D | qeth_ethtool.c | 28 static const struct qeth_stats txq_stats[] = { variable 60 #define TXQ_STATS_LEN ARRAY_SIZE(txq_stats) 109 txq_stats, TXQ_STATS_LEN); in qeth_get_ethtool_stats() 176 qeth_add_stat_strings(&data, prefix, txq_stats, in qeth_get_strings()
|
| /linux/net/mac80211/ |
| A D | sta_info.c | 2545 ieee80211_fill_txq_stats(&tidstats->txq_stats, in sta_set_tidstats()
|
| /linux/include/net/ |
| A D | cfg80211.h | 2033 struct cfg80211_txq_stats txq_stats; member
|
| /linux/net/wireless/ |
| A D | nl80211.c | 6869 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()
|
Completed in 88 milliseconds