Searched refs:txq_stats (Results 1 – 8 of 8) sorted by relevance
79 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_clean_stats() local81 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 …]
33 struct hinic_txq_stats txq_stats; member
1342 struct hinic_txq_stats txq_stats; in get_drv_queue_stats() local1351 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()
19 static void hinic3_txq_clean_stats(struct hinic3_txq_stats *txq_stats) in hinic3_txq_clean_stats() argument21 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 …]
783 struct hinic3_txq_stats *txq_stats; in hinic3_get_stats64() local798 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()
2666 ieee80211_fill_txq_stats(&tidstats->txq_stats, in sta_set_tidstats()
2113 struct cfg80211_txq_stats txq_stats; member
7480 !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()