Searched refs:pertid (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
H A D | util.c | 2061 sinfo->pertid = kcalloc(IEEE80211_NUM_TIDS + 1, in cfg80211_sinfo_alloc_tid_stats() 2062 sizeof(*(sinfo->pertid)), in cfg80211_sinfo_alloc_tid_stats() 2064 if (!sinfo->pertid) in cfg80211_sinfo_alloc_tid_stats()
|
H A D | nl80211.c | 5756 if (sinfo->pertid) { in nl80211_send_station() 5769 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | util.c | 2450 sinfo->pertid = kcalloc(IEEE80211_NUM_TIDS + 1, in cfg80211_sinfo_alloc_tid_stats() 2451 sizeof(*(sinfo->pertid)), in cfg80211_sinfo_alloc_tid_stats() 2453 if (!sinfo->pertid) in cfg80211_sinfo_alloc_tid_stats()
|
H A D | nl80211.c | 6678 if (sinfo->pertid) { in nl80211_send_station() 6691 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1660 * @pertid: per-TID statistics, see &struct cfg80211_tid_stats, using the last 1719 struct cfg80211_tid_stats *pertid; member 7128 kfree(sinfo->pertid); in cfg80211_sinfo_release_content()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 1929 * @pertid: per-TID statistics, see &struct cfg80211_tid_stats, using the last 2006 struct cfg80211_tid_stats *pertid; member 8077 kfree(sinfo->pertid); in cfg80211_sinfo_release_content()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | sta_info.c | 2429 sta_set_tidstats(sta, &sinfo->pertid[i], i); in sta_set_sinfo()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | sta_info.c | 2733 sta_set_tidstats(sta, &sinfo->pertid[i], i); in sta_set_sinfo()
|
Completed in 76 milliseconds