Home
last modified time | relevance | path

Searched refs:tspec_body (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ !
Drtl819x_TSProc.c107 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()
Drtl819x_Qos.h53 struct tspec_body { struct
Drtl819x_TS.h72 struct tspec_body t_spec;
/linux-6.1.9/drivers/staging/rtl8192e/ !
Drtl819x_TSProc.c106 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()
Drtl819x_TS.h25 union tspec_body TSpec;
Drtl819x_Qos.h59 union tspec_body { union