Home
last modified time | relevance | path

Searched refs:pertid (Results 1 – 4 of 4) sorted by relevance

/linux/net/wireless/
H A Dutil.c2704 link_sinfo->pertid = kcalloc(IEEE80211_NUM_TIDS + 1, in cfg80211_link_sinfo_alloc_tid_stats()
2705 sizeof(*link_sinfo->pertid), gfp); in cfg80211_link_sinfo_alloc_tid_stats()
2706 if (!link_sinfo->pertid) in cfg80211_link_sinfo_alloc_tid_stats()
2715 sinfo->pertid = kcalloc(IEEE80211_NUM_TIDS + 1, in cfg80211_sinfo_alloc_tid_stats()
2716 sizeof(*(sinfo->pertid)), in cfg80211_sinfo_alloc_tid_stats()
2718 if (!sinfo->pertid) in cfg80211_sinfo_alloc_tid_stats()
H A Dnl80211.c7007 if (link_sinfo->pertid) { in nl80211_fill_link_station()
7020 tidstats = &link_sinfo->pertid[tid]; in nl80211_fill_link_station()
7216 if (sinfo->pertid) { in nl80211_send_station()
7229 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
7492 /* pertid stats accumulate for rx/tx fields */ in cfg80211_sta_set_mld_sinfo()
7493 if (sinfo->pertid) { in cfg80211_sta_set_mld_sinfo()
7494 sinfo->pertid->rx_msdu += in cfg80211_sta_set_mld_sinfo()
7495 link_sinfo->pertid->rx_msdu; in cfg80211_sta_set_mld_sinfo()
7496 sinfo->pertid->tx_msdu += in cfg80211_sta_set_mld_sinfo()
7497 link_sinfo->pertid in cfg80211_sta_set_mld_sinfo()
[all...]
/linux/net/mac80211/
H A Dsta_info.c2711 if (sinfo->pertid) { in sta_set_accumulated_removed_links_sinfo()
2712 sinfo->pertid->rx_msdu = in sta_set_accumulated_removed_links_sinfo()
2714 sinfo->pertid->tx_msdu = in sta_set_accumulated_removed_links_sinfo()
2716 sinfo->pertid->tx_msdu_retries = in sta_set_accumulated_removed_links_sinfo()
2718 sinfo->pertid->tx_msdu_failed = in sta_set_accumulated_removed_links_sinfo()
2920 sta_set_tidstats(sta, &link_sinfo->pertid[i], i, in sta_set_link_sinfo()
3141 sta_set_tidstats(sta, &sinfo->pertid[i], i, -1); in sta_set_sinfo()
/linux/include/net/
H A Dcfg80211.h2086 * @pertid: per-TID statistics, see &struct cfg80211_tid_stats, using the last
2134 struct cfg80211_tid_stats *pertid; member
2198 * @pertid: per-TID statistics, see &struct cfg80211_tid_stats, using the last
2280 struct cfg80211_tid_stats *pertid; member
8639 kfree(sinfo->pertid); in cfg80211_sinfo_release_content()
8643 kfree(sinfo->links[link_id]->pertid); in cfg80211_sinfo_release_content()