Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_TS.h13 #define TCLAS_NUM 4 macro
24 union qos_tclas TClass[TCLAS_NUM];
H A Drtl819x_TSProc.c99 memset(&pTsCommonInfo->TClass, 0, sizeof(union qos_tclas) * TCLAS_NUM); in ResetTsCommonInfo()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TS.h9 #define TCLAS_NUM 4 macro
73 union qos_tclas t_class[TCLAS_NUM];
H A Drtl819x_TSProc.c108 memset(&pTsCommonInfo->t_class, 0, sizeof(union qos_tclas) * TCLAS_NUM); in ResetTsCommonInfo()