Searched refs:tspec_body (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtl819x_TS.h | 33 union tspec_body TSpec;
|
D | rtl819x_TSProc.c | 114 memset(&pTsCommonInfo->TSpec, 0, sizeof(union tspec_body)); in ResetTsCommonInfo() 277 union tspec_body *pTSPEC, union qos_tclas *pTCLAS, in MakeTSEntry() 289 sizeof(union tspec_body)); in MakeTSEntry() 303 union tspec_body TSpec; in GetTs()
|
D | rtl819x_Qos.h | 67 union tspec_body { union
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 107 memset(&pTsCommonInfo->t_spec, 0, sizeof(struct tspec_body)); in ResetTsCommonInfo() 268 struct tspec_body *pTSPEC, union qos_tclas *pTCLAS, u8 TCLAS_Num, in MakeTSEntry() 279 memcpy((u8 *)(&(pTsCommonInfo->t_spec)), (u8 *)pTSPEC, sizeof(struct tspec_body)); in MakeTSEntry() 357 struct tspec_body TSpec; in GetTs()
|
D | rtl819x_Qos.h | 53 struct tspec_body { struct
|
D | rtl819x_TS.h | 72 struct tspec_body t_spec;
|