Searched refs:tidstats (Results 1 – 3 of 3) sorted by relevance
2113 struct cfg80211_tid_stats *tidstats, in sta_set_tidstats() argument2118 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats()2123 tidstats->rx_msdu = sta->rx_stats.msdu[tid]; in sta_set_tidstats()2126 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats()2129 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats()2130 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats()2131 tidstats->tx_msdu = sta->tx_stats.msdu[tid]; in sta_set_tidstats()2134 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_RETRIES)) && in sta_set_tidstats()2136 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU_RETRIES); in sta_set_tidstats()2137 tidstats->tx_msdu_retries = sta->status_stats.msdu_retries[tid]; in sta_set_tidstats()[all …]
787 bool tidstats);
5219 struct cfg80211_tid_stats *tidstats; in nl80211_send_station() local5222 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()5224 if (!tidstats->filled) in nl80211_send_station()5232 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_send_station()5234 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_send_station()5244 if ((tidstats->filled & in nl80211_send_station()5246 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()