Home
last modified time | relevance | path

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

/linux-6.1.9/net/mac80211/
Dsta_info.c2407 struct cfg80211_tid_stats *tidstats, in sta_set_tidstats() argument
2413 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats()
2414 tidstats->rx_msdu += sta_get_tidstats_msdu(&sta->deflink.rx_stats, in sta_set_tidstats()
2423 tidstats->rx_msdu += in sta_set_tidstats()
2428 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats()
2431 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats()
2432 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats()
2433 tidstats->tx_msdu = sta->deflink.tx_stats.msdu[tid]; in sta_set_tidstats()
2436 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_RETRIES)) && in sta_set_tidstats()
2438 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU_RETRIES); in sta_set_tidstats()
[all …]
Dsta_info.h903 bool tidstats);
/linux-6.1.9/net/wireless/
Dnl80211.c6486 struct cfg80211_tid_stats *tidstats; in nl80211_send_station() local
6489 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
6491 if (!tidstats->filled) in nl80211_send_station()
6499 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_send_station()
6501 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_send_station()
6511 if ((tidstats->filled & in nl80211_send_station()
6513 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()