Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.c2611 struct cfg80211_tid_stats *tidstats, in sta_set_tidstats() argument
2624 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats()
2625 tidstats->rx_msdu += in sta_set_tidstats()
2635 tidstats->rx_msdu += in sta_set_tidstats()
2640 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats()
2643 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats()
2644 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats()
2645 tidstats->tx_msdu = link_sta_info->tx_stats.msdu[tid]; in sta_set_tidstats()
2648 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_RETRIES)) && in sta_set_tidstats()
2650 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU_RETRIES); in sta_set_tidstats()
[all …]
H A Dsta_info.h977 bool tidstats);
/linux/net/wireless/
H A Dnl80211.c7453 struct cfg80211_tid_stats *tidstats; in nl80211_fill_link_station() local
7456 tidstats = &link_sinfo->pertid[tid]; in nl80211_fill_link_station()
7458 if (!tidstats->filled) in nl80211_fill_link_station()
7466 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_fill_link_station()
7468 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_fill_link_station()
7478 if ((tidstats->filled & in nl80211_fill_link_station()
7480 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_fill_link_station()
7663 struct cfg80211_tid_stats *tidstats; in nl80211_send_station() local
7666 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
7668 if (!tidstats->filled) in nl80211_send_station()
[all …]