Searched refs:tidstats (Results 1 – 3 of 3) sorted by relevance
2481 struct cfg80211_tid_stats *tidstats, in sta_set_tidstats() argument2487 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats()2488 tidstats->rx_msdu += sta_get_tidstats_msdu(&sta->deflink.rx_stats, in sta_set_tidstats()2497 tidstats->rx_msdu += in sta_set_tidstats()2502 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats()2505 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats()2506 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats()2507 tidstats->tx_msdu = sta->deflink.tx_stats.msdu[tid]; in sta_set_tidstats()2510 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_RETRIES)) && in sta_set_tidstats()2512 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU_RETRIES); in sta_set_tidstats()[all …]
916 bool tidstats);
6685 struct cfg80211_tid_stats *tidstats; in nl80211_send_station() local6688 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()6690 if (!tidstats->filled) in nl80211_send_station()6698 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_send_station()6700 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_send_station()6710 if ((tidstats->filled & in nl80211_send_station()6712 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()