Searched refs:tidstats (Results 1 – 3 of 3) sorted by relevance
2217 struct cfg80211_tid_stats *tidstats, in sta_set_tidstats() argument2223 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats()2224 tidstats->rx_msdu += sta_get_tidstats_msdu(&sta->rx_stats, tid); in sta_set_tidstats()2231 tidstats->rx_msdu += in sta_set_tidstats()2236 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats()2239 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats()2240 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats()2241 tidstats->tx_msdu = sta->tx_stats.msdu[tid]; in sta_set_tidstats()2244 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_RETRIES)) && in sta_set_tidstats()2246 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU_RETRIES); in sta_set_tidstats()[all …]
851 bool tidstats);
5940 struct cfg80211_tid_stats *tidstats; in nl80211_send_station() local5943 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()5945 if (!tidstats->filled) in nl80211_send_station()5953 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_send_station()5955 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_send_station()5965 if ((tidstats->filled & in nl80211_send_station()5967 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()