Searched refs:tspec_body (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ ! |
D | rtl819x_TSProc.c | 107 memset(&pTsCommonInfo->t_spec, 0, sizeof(struct tspec_body)); in ResetTsCommonInfo() 266 struct tspec_body *pTSPEC, union qos_tclas *pTCLAS, u8 TCLAS_Num, in MakeTSEntry() 277 memcpy((u8 *)(&(pTsCommonInfo->t_spec)), (u8 *)pTSPEC, sizeof(struct tspec_body)); in MakeTSEntry() 355 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;
|
/linux-6.1.9/drivers/staging/rtl8192e/ ! |
D | rtl819x_TSProc.c | 106 memset(&pTsCommonInfo->TSpec, 0, sizeof(union tspec_body)); in ResetTsCommonInfo() 266 union tspec_body *pTSPEC, union qos_tclas *pTCLAS, in MakeTSEntry() 278 sizeof(union tspec_body)); in MakeTSEntry() 292 union tspec_body TSpec; in GetTs()
|
D | rtl819x_TS.h | 25 union tspec_body TSpec;
|
D | rtl819x_Qos.h | 59 union tspec_body { union
|