Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_TS.h23 union tspec_body TSpec;
H A Drtl819x_TSProc.c98 memset(&pTsCommonInfo->TSpec, 0, sizeof(union tspec_body)); in ResetTsCommonInfo()
226 union tspec_body *pTSPEC, union qos_tclas *pTCLAS, in MakeTSEntry()
238 sizeof(union tspec_body)); in MakeTSEntry()
252 union tspec_body TSpec; in GetTs()
H A Drtl819x_Qos.h59 union tspec_body { union
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_Qos.h53 struct tspec_body { struct
H A 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()
H A Drtl819x_TS.h72 struct tspec_body t_spec;