txq_stats         603 drivers/net/ethernet/huawei/hinic/hinic_ethtool.c 	struct hinic_txq_stats txq_stats;
txq_stats         612 drivers/net/ethernet/huawei/hinic/hinic_ethtool.c 		hinic_txq_get_stats(&nic_dev->txqs[qid], &txq_stats);
txq_stats         614 drivers/net/ethernet/huawei/hinic/hinic_ethtool.c 			p = (char *)&txq_stats +
txq_stats          78 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	struct hinic_txq_stats *txq_stats = &txq->txq_stats;
txq_stats          80 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	u64_stats_update_begin(&txq_stats->syncp);
txq_stats          81 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	txq_stats->pkts    = 0;
txq_stats          82 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	txq_stats->bytes   = 0;
txq_stats          83 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	txq_stats->tx_busy = 0;
txq_stats          84 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	txq_stats->tx_wake = 0;
txq_stats          85 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	txq_stats->tx_dropped = 0;
txq_stats          86 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	txq_stats->big_frags_pkts = 0;
txq_stats          87 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	u64_stats_update_end(&txq_stats->syncp);
txq_stats          97 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	struct hinic_txq_stats *txq_stats = &txq->txq_stats;
txq_stats         102 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		start = u64_stats_fetch_begin(&txq_stats->syncp);
txq_stats         103 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		stats->pkts    = txq_stats->pkts;
txq_stats         104 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		stats->bytes   = txq_stats->bytes;
txq_stats         105 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		stats->tx_busy = txq_stats->tx_busy;
txq_stats         106 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		stats->tx_wake = txq_stats->tx_wake;
txq_stats         107 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		stats->tx_dropped = txq_stats->tx_dropped;
txq_stats         108 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		stats->big_frags_pkts = txq_stats->big_frags_pkts;
txq_stats         109 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	} while (u64_stats_fetch_retry(&txq_stats->syncp, start));
txq_stats         119 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	struct hinic_txq_stats *txq_stats = &txq->txq_stats;
txq_stats         121 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	u64_stats_init(&txq_stats->syncp);
txq_stats         487 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		u64_stats_update_begin(&txq->txq_stats.syncp);
txq_stats         488 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		txq->txq_stats.big_frags_pkts++;
txq_stats         489 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		u64_stats_update_end(&txq->txq_stats.syncp);
txq_stats         518 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		u64_stats_update_begin(&txq->txq_stats.syncp);
txq_stats         519 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		txq->txq_stats.tx_busy++;
txq_stats         520 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		u64_stats_update_end(&txq->txq_stats.syncp);
txq_stats         550 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	u64_stats_update_begin(&txq->txq_stats.syncp);
txq_stats         551 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	txq->txq_stats.tx_dropped++;
txq_stats         552 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	u64_stats_update_end(&txq->txq_stats.syncp);
txq_stats         664 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		u64_stats_update_begin(&txq->txq_stats.syncp);
txq_stats         665 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		txq->txq_stats.tx_wake++;
txq_stats         666 drivers/net/ethernet/huawei/hinic/hinic_tx.c 		u64_stats_update_end(&txq->txq_stats.syncp);
txq_stats         669 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	u64_stats_update_begin(&txq->txq_stats.syncp);
txq_stats         670 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	txq->txq_stats.bytes += tx_bytes;
txq_stats         671 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	txq->txq_stats.pkts += pkts;
txq_stats         672 drivers/net/ethernet/huawei/hinic/hinic_tx.c 	u64_stats_update_end(&txq->txq_stats.syncp);
txq_stats          33 drivers/net/ethernet/huawei/hinic/hinic_tx.h 	struct hinic_txq_stats  txq_stats;
txq_stats          28 drivers/s390/net/qeth_ethtool.c static const struct qeth_stats txq_stats[] = {
txq_stats          54 drivers/s390/net/qeth_ethtool.c #define TXQ_STATS_LEN	ARRAY_SIZE(txq_stats)
txq_stats         105 drivers/s390/net/qeth_ethtool.c 				   txq_stats, TXQ_STATS_LEN);
txq_stats         136 drivers/s390/net/qeth_ethtool.c 			qeth_add_stat_strings(&data, prefix, txq_stats,
txq_stats        1401 include/net/cfg80211.h 	struct cfg80211_txq_stats txq_stats;
txq_stats        2157 net/mac80211/sta_info.c 		ieee80211_fill_txq_stats(&tidstats->txq_stats,
txq_stats        5250 net/wireless/nl80211.c 			    !nl80211_put_txq_stats(msg, &tidstats->txq_stats,