Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.c2588 struct cfg80211_tid_stats *tidstats, in sta_set_tidstats() argument
2601 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats()
2602 tidstats->rx_msdu += in sta_set_tidstats()
2612 tidstats->rx_msdu += in sta_set_tidstats()
2617 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats()
2620 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats()
2621 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats()
2622 tidstats->tx_msdu = link_sta_info->tx_stats.msdu[tid]; in sta_set_tidstats()
2625 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_RETRIES)) && in sta_set_tidstats()
2627 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.c7357 struct cfg80211_tid_stats *tidstats; in nl80211_fill_link_station() local
7360 tidstats = &link_sinfo->pertid[tid]; in nl80211_fill_link_station()
7362 if (!tidstats->filled) in nl80211_fill_link_station()
7370 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_fill_link_station()
7372 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_fill_link_station()
7382 if ((tidstats->filled & in nl80211_fill_link_station()
7384 !nl80211_put_txq_stats(msg, &tidstats->txq_stats, in nl80211_fill_link_station()
7567 struct cfg80211_tid_stats *tidstats; in nl80211_send_station() local
7570 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
7572 if (!tidstats in nl80211_send_station()
[all...]