qos_tclas          26 drivers/staging/rtl8192e/rtl819x_TS.h 	union qos_tclas TClass[TCLAS_NUM];
qos_tclas         107 drivers/staging/rtl8192e/rtl819x_TSProc.c 	memset(&pTsCommonInfo->TClass, 0, sizeof(union qos_tclas)*TCLAS_NUM);
qos_tclas         269 drivers/staging/rtl8192e/rtl819x_TSProc.c 			union tspec_body *pTSPEC, union qos_tclas *pTCLAS,
qos_tclas         285 drivers/staging/rtl8192e/rtl819x_TSProc.c 		       (u8 *)pTCLAS, sizeof(union qos_tclas));
qos_tclas          73 drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h 	union qos_tclas			t_class[TCLAS_NUM];
qos_tclas         108 drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c 	memset(&pTsCommonInfo->t_class, 0, sizeof(union qos_tclas) * TCLAS_NUM);
qos_tclas         266 drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c 			struct tspec_body *pTSPEC, union qos_tclas *pTCLAS, u8 TCLAS_Num,
qos_tclas         280 drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c 		memcpy((u8 *)(&(pTsCommonInfo->t_class[count])), (u8 *)pTCLAS, sizeof(union qos_tclas));