Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dutil.c2463 sinfo->pertid = kcalloc(IEEE80211_NUM_TIDS + 1, in cfg80211_sinfo_alloc_tid_stats()
2464 sizeof(*(sinfo->pertid)), in cfg80211_sinfo_alloc_tid_stats()
2466 if (!sinfo->pertid) in cfg80211_sinfo_alloc_tid_stats()
H A Dnl80211.c6703 if (sinfo->pertid) { in nl80211_send_station()
6716 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
/openbmc/linux/include/net/
H A Dcfg80211.h2006 struct cfg80211_tid_stats *pertid; member
8079 kfree(sinfo->pertid); in cfg80211_sinfo_release_content()
/openbmc/linux/net/mac80211/
H A Dsta_info.c2755 sta_set_tidstats(sta, &sinfo->pertid[i], i); in sta_set_sinfo()