Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c268 struct tspec_body *pTSPEC, union qos_tclas *pTCLAS, u8 TCLAS_Num, in MakeTSEntry() argument
278 if(pTSPEC != NULL) in MakeTSEntry()
279 memcpy((u8 *)(&(pTsCommonInfo->t_spec)), (u8 *)pTSPEC, sizeof(struct tspec_body)); in MakeTSEntry()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtl819x_TSProc.c277 union tspec_body *pTSPEC, union qos_tclas *pTCLAS, in MakeTSEntry() argument
287 if (pTSPEC != NULL) in MakeTSEntry()
288 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC, in MakeTSEntry()