Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dsta_info.c2186 struct cfg80211_tid_stats *tidstats, in sta_set_tidstats() argument
2192 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats()
2193 tidstats->rx_msdu += sta_get_tidstats_msdu(&sta->rx_stats, tid); in sta_set_tidstats()
2200 tidstats->rx_msdu += in sta_set_tidstats()
2205 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats()
2208 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats()
2209 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats()
2210 tidstats->tx_msdu = sta->tx_stats.msdu[tid]; in sta_set_tidstats()
2213 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_RETRIES)) && in sta_set_tidstats()
2215 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU_RETRIES); in sta_set_tidstats()
[all …]
H A Dsta_info.h845 bool tidstats);
/OK3568_Linux_fs/kernel/net/wireless/
H A Dnl80211.c5763 struct cfg80211_tid_stats *tidstats; in nl80211_send_station() local
5766 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
5768 if (!tidstats->filled) in nl80211_send_station()
5776 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_send_station()
5778 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_send_station()
5788 if ((tidstats->filled & in nl80211_send_station()
5790 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_send_station()