Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/wireless/
H A Dutil.c2061 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 Dnl80211.c5753 if (sinfo->pertid) { in nl80211_send_station()
5766 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h1743 struct cfg80211_tid_stats *pertid; member
7192 kfree(sinfo->pertid); in cfg80211_sinfo_release_content()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dsta_info.c2426 sta_set_tidstats(sta, &sinfo->pertid[i], i); in sta_set_sinfo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_shim.c3590 sinfo->pertid = NULL;