Searched refs:txq_stats (Results 1 – 11 of 11) sorted by relevance
79 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_clean_stats() local82 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() local118 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in txq_stats_init() local525 txq->txq_stats.tx_busy++; in hinic_lb_xmit_frame()[all …]
33 struct hinic_txq_stats txq_stats; member
1368 struct hinic_txq_stats txq_stats; in get_drv_queue_stats() local1377 hinic_txq_get_stats(&nic_dev->txqs[qid], &txq_stats); in get_drv_queue_stats()1379 p = (char *)&txq_stats + in get_drv_queue_stats()
28 static const struct qeth_stats txq_stats[] = { variable60 #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()
178 x->txq_stats[chan].tx_normal_irq_n++; in dwmac4_dma_interrupt()
203 struct stmmac_txq_stats txq_stats[MTL_MAX_TX_QUEUES]; member
552 xstats.txq_stats[q].tx_pkt_n); in stmmac_get_per_qstats()
2588 priv->xstats.txq_stats[queue].tx_pkt_n++; in stmmac_tx_clean()
2494 ieee80211_fill_txq_stats(&tidstats->txq_stats, in sta_set_tidstats()
1816 struct cfg80211_txq_stats txq_stats; member
6582 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()
Completed in 78 milliseconds