Searched refs:tidstats (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | sta_info.c | 2189 struct cfg80211_tid_stats *tidstats, in sta_set_tidstats() 2195 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats() 2196 tidstats->rx_msdu += sta_get_tidstats_msdu(&sta->rx_stats, tid); in sta_set_tidstats() 2203 tidstats->rx_msdu += in sta_set_tidstats() 2208 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats() 2211 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats() 2212 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats() 2213 tidstats->tx_msdu = sta->tx_stats.msdu[tid]; in sta_set_tidstats() 2216 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_RETRIES)) && in sta_set_tidstats() 2218 tidstats in sta_set_tidstats() 2188 sta_set_tidstats(struct sta_info *sta, struct cfg80211_tid_stats *tidstats, int tid) sta_set_tidstats() argument 2254 sta_set_sinfo(struct sta_info *sta, struct station_info *sinfo, bool tidstats) sta_set_sinfo() argument [all...] |
H A D | sta_info.h | 845 bool tidstats);
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | sta_info.c | 2486 struct cfg80211_tid_stats *tidstats, in sta_set_tidstats() 2492 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats() 2493 tidstats->rx_msdu += sta_get_tidstats_msdu(&sta->deflink.rx_stats, in sta_set_tidstats() 2502 tidstats->rx_msdu += in sta_set_tidstats() 2507 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats() 2510 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats() 2511 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats() 2512 tidstats->tx_msdu = sta->deflink.tx_stats.msdu[tid]; in sta_set_tidstats() 2515 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_RETRIES)) && in sta_set_tidstats() 2517 tidstats in sta_set_tidstats() 2485 sta_set_tidstats(struct sta_info *sta, struct cfg80211_tid_stats *tidstats, int tid) sta_set_tidstats() argument 2553 sta_set_sinfo(struct sta_info *sta, struct station_info *sinfo, bool tidstats) sta_set_sinfo() argument [all...] |
H A D | sta_info.h | 916 bool tidstats);
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 5766 struct cfg80211_tid_stats *tidstats; in nl80211_send_station() local 5769 tidstats = &sinfo->pertid[tid]; in nl80211_send_station() 5771 if (!tidstats->filled) in nl80211_send_station() 5779 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_send_station() 5781 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_send_station() 5791 if ((tidstats->filled & in nl80211_send_station() 5793 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 6688 struct cfg80211_tid_stats *tidstats; in nl80211_send_station() local 6691 tidstats = &sinfo->pertid[tid]; in nl80211_send_station() 6693 if (!tidstats->filled) in nl80211_send_station() 6701 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_send_station() 6703 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_send_station() 6713 if ((tidstats->filled & in nl80211_send_station() 6715 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()
|
Completed in 47 milliseconds