Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8192e/
Drtl819x_TSProc.c266 union tspec_body *pTSPEC, union qos_tclas *pTCLAS, in MakeTSEntry() argument
276 if (pTSPEC) in MakeTSEntry()
277 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC, in MakeTSEntry()
/Linux-v5.15/drivers/staging/rtl8192u/ieee80211/
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()