Searched refs:tidstats (Results 1 – 3 of 3) sorted by relevance
2223 struct cfg80211_tid_stats *tidstats, in sta_set_tidstats() argument2229 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats()2237 tidstats->rx_msdu += in sta_set_tidstats()2242 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats()2245 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats()2246 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats()2247 tidstats->tx_msdu = sta->tx_stats.msdu[tid]; in sta_set_tidstats()2258 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU_FAILED); in sta_set_tidstats()2266 tidstats->filled |= BIT(NL80211_TID_STATS_TXQ_STATS); in sta_set_tidstats()2267 ieee80211_fill_txq_stats(&tidstats->txq_stats, in sta_set_tidstats()[all …]
853 bool tidstats);
6140 struct cfg80211_tid_stats *tidstats; in nl80211_send_station() local6143 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()6145 if (!tidstats->filled) in nl80211_send_station()6153 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_send_station()6155 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_send_station()6165 if ((tidstats->filled & in nl80211_send_station()6167 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()
Completed in 35 milliseconds