Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dsta_info.c2036 struct cfg80211_tid_stats *tidstats, in sta_set_tidstats() argument
2041 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats()
2046 tidstats->rx_msdu = sta->rx_stats.msdu[tid]; in sta_set_tidstats()
2049 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats()
2052 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats()
2053 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats()
2054 tidstats->tx_msdu = sta->tx_stats.msdu[tid]; in sta_set_tidstats()
2057 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_RETRIES)) && in sta_set_tidstats()
2059 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU_RETRIES); in sta_set_tidstats()
2060 tidstats->tx_msdu_retries = sta->status_stats.msdu_retries[tid]; in sta_set_tidstats()
[all …]
Dsta_info.h748 bool tidstats);
/Linux-v4.19/net/wireless/
Dnl80211.c4745 struct cfg80211_tid_stats *tidstats; in nl80211_send_station() local
4748 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
4750 if (!tidstats->filled) in nl80211_send_station()
4758 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_send_station()
4760 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_send_station()
4770 if ((tidstats->filled & in nl80211_send_station()
4772 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()