Searched refs:txq_stats (Results 1 – 5 of 5) sorted by relevance
58 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_clean_stats() local60 u64_stats_update_begin(&txq_stats->syncp); in hinic_txq_clean_stats()61 txq_stats->pkts = 0; in hinic_txq_clean_stats()62 txq_stats->bytes = 0; in hinic_txq_clean_stats()63 txq_stats->tx_busy = 0; in hinic_txq_clean_stats()64 txq_stats->tx_wake = 0; in hinic_txq_clean_stats()65 txq_stats->tx_dropped = 0; in hinic_txq_clean_stats()66 u64_stats_update_end(&txq_stats->syncp); in hinic_txq_clean_stats()76 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_get_stats() local81 start = u64_stats_fetch_begin(&txq_stats->syncp); in hinic_txq_get_stats()[all …]
41 struct hinic_txq_stats txq_stats; member
2074 ieee80211_fill_txq_stats(&tidstats->txq_stats, in sta_set_tidstats()
1232 struct cfg80211_txq_stats txq_stats; member
4772 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()