Home
last modified time | relevance | path

Searched refs:pTSPEC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_TSProc.c226 union tspec_body *pTSPEC, union qos_tclas *pTCLAS, in MakeTSEntry() argument
236 if (pTSPEC) in MakeTSEntry()
237 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC, in MakeTSEntry()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TSProc.c266 struct tspec_body *pTSPEC, union qos_tclas *pTCLAS, u8 TCLAS_Num, in MakeTSEntry() argument
276 if (pTSPEC != NULL) in MakeTSEntry()
277 memcpy((u8 *)(&(pTsCommonInfo->t_spec)), (u8 *)pTSPEC, sizeof(struct tspec_body)); in MakeTSEntry()