Home
last modified time | relevance | path

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

/Linux-v4.19/net/wireless/
Dutil.c1876 sinfo->pertid = kcalloc(IEEE80211_NUM_TIDS + 1, in cfg80211_sinfo_alloc_tid_stats()
1877 sizeof(*(sinfo->pertid)), in cfg80211_sinfo_alloc_tid_stats()
1879 if (!sinfo->pertid) in cfg80211_sinfo_alloc_tid_stats()
Dnl80211.c4736 if (sinfo->pertid) { in nl80211_send_station()
4748 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
/Linux-v4.19/include/net/
Dcfg80211.h1336 struct cfg80211_tid_stats *pertid; member
5842 kfree(sinfo->pertid); in cfg80211_sinfo_release_content()
/Linux-v4.19/net/mac80211/
Dsta_info.c2252 struct cfg80211_tid_stats *tidstats = &sinfo->pertid[i]; in sta_set_sinfo()