Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.c2499 struct cfg80211_tid_stats *tidstats, in sta_set_tidstats() argument
2505 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats()
2506 tidstats->rx_msdu += sta_get_tidstats_msdu(&sta->deflink.rx_stats, in sta_set_tidstats()
2515 tidstats->rx_msdu += in sta_set_tidstats()
2520 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats()
2523 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats()
2524 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats()
2525 tidstats->tx_msdu = sta->deflink.tx_stats.msdu[tid]; in sta_set_tidstats()
2528 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_RETRIES)) && in sta_set_tidstats()
2530 tidstats in sta_set_tidstats()
2567 sta_set_sinfo(struct sta_info * sta,struct station_info * sinfo,bool tidstats) sta_set_sinfo() argument
[all...]
H A Dsta_info.h926 bool tidstats);
/linux/net/wireless/
H A Dnl80211.c6842 struct cfg80211_tid_stats *tidstats; in nl80211_send_station() local
6845 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
6847 if (!tidstats->filled) in nl80211_send_station()
6855 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_send_station()
6857 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_send_station()
6867 if ((tidstats->filled & in nl80211_send_station()
6869 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()