Home
last modified time | relevance | path

Searched refs:tidstats (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/mac80211/
H A Dsta_info.c2534 struct cfg80211_tid_stats *tidstats, in sta_set_tidstats() argument
2540 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats()
2550 tidstats->rx_msdu += in sta_set_tidstats()
2555 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats()
2558 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats()
2559 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats()
2560 tidstats->tx_msdu = sta->deflink.tx_stats.msdu[tid]; in sta_set_tidstats()
2571 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU_FAILED); in sta_set_tidstats()
2579 tidstats->filled |= BIT(NL80211_TID_STATS_TXQ_STATS); in sta_set_tidstats()
2580 ieee80211_fill_txq_stats(&tidstats->txq_stats, in sta_set_tidstats()
[all …]
H A Dsta_info.h934 bool tidstats);
/linux-6.15/net/wireless/
H A Dnl80211.c6870 struct cfg80211_tid_stats *tidstats; in nl80211_send_station() local
6873 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
6875 if (!tidstats->filled) in nl80211_send_station()
6883 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_send_station()
6885 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_send_station()
6895 if ((tidstats->filled & in nl80211_send_station()
6897 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()