Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.c2636 struct cfg80211_tid_stats *tidstats, in sta_set_tidstats() argument
2649 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats()
2650 tidstats->rx_msdu += in sta_set_tidstats()
2660 tidstats->rx_msdu += in sta_set_tidstats()
2665 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats()
2668 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats()
2669 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats()
2670 tidstats->tx_msdu = link_sta_info->tx_stats.msdu[tid]; in sta_set_tidstats()
2673 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_RETRIES)) && in sta_set_tidstats()
2675 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU_RETRIES); in sta_set_tidstats()
[all …]
/linux/net/wireless/
H A Dnl80211.c7700 struct cfg80211_tid_stats *tidstats; in nl80211_fill_link_station() local
7703 tidstats = &link_sinfo->pertid[tid]; in nl80211_fill_link_station()
7705 if (!tidstats->filled) in nl80211_fill_link_station()
7713 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_fill_link_station()
7715 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_fill_link_station()
7725 if ((tidstats->filled & in nl80211_fill_link_station()
7727 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_fill_link_station()
7913 struct cfg80211_tid_stats *tidstats; in nl80211_send_station() local
7916 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
7918 if (!tidstats->filled) in nl80211_send_station()
[all …]