Home
last modified time | relevance | path

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

/Linux-v5.4/net/wireless/
Dutil.c1960 sinfo->pertid = kcalloc(IEEE80211_NUM_TIDS + 1, in cfg80211_sinfo_alloc_tid_stats()
1961 sizeof(*(sinfo->pertid)), in cfg80211_sinfo_alloc_tid_stats()
1963 if (!sinfo->pertid) in cfg80211_sinfo_alloc_tid_stats()
Dnl80211.c5209 if (sinfo->pertid) { in nl80211_send_station()
5222 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
/Linux-v5.4/include/net/
Dcfg80211.h1518 struct cfg80211_tid_stats *pertid; member
6687 kfree(sinfo->pertid); in cfg80211_sinfo_release_content()
/Linux-v5.4/net/mac80211/
Dsta_info.c2348 sta_set_tidstats(sta, &sinfo->pertid[i], i); in sta_set_sinfo()