Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.c2681 struct cfg80211_tid_stats *tidstats, in sta_set_tidstats() argument
2694 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats()
2695 tidstats->rx_msdu += in sta_set_tidstats()
2705 tidstats->rx_msdu += in sta_set_tidstats()
2710 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats()
2713 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats()
2714 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats()
2715 tidstats->tx_msdu = link_sta_info->tx_stats.msdu[tid]; in sta_set_tidstats()
2718 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_RETRIES)) && in sta_set_tidstats()
2720 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU_RETRIES); in sta_set_tidstats()
[all …]
H A Dsta_info.h991 bool tidstats);
/linux/net/wireless/
H A Dnl80211.c8001 struct cfg80211_tid_stats *tidstats; in nl80211_fill_link_station() local
8004 tidstats = &link_sinfo->pertid[tid]; in nl80211_fill_link_station()
8006 if (!tidstats->filled) in nl80211_fill_link_station()
8014 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_fill_link_station()
8016 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_fill_link_station()
8026 if ((tidstats->filled & in nl80211_fill_link_station()
8028 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_fill_link_station()
8191 struct cfg80211_tid_stats *tidstats; in nl80211_put_sta_info_common() local
8194 tidstats = &sinfo->pertid[tid]; in nl80211_put_sta_info_common()
8196 if (!tidstats->filled) in nl80211_put_sta_info_common()
[all …]