Home
last modified time | relevance | path

Searched refs:TSpec (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192e/
Drtl819x_TSProc.c114 memset(&pTsCommonInfo->TSpec, 0, sizeof(union tspec_body)); in ResetTsCommonInfo()
262 pRet->TSpec.f.TSInfo.field.ucTSID == TID && in SearchAdmitTRStream()
263 pRet->TSpec.f.TSInfo.field.ucDirection == dir) in SearchAdmitTRStream()
288 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC, in MakeTSEntry()
303 union tspec_body TSpec; in GetTs() local
304 union qos_tsinfo *pTSInfo = &TSpec.f.TSInfo; in GetTs()
392 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
Drtl819x_TS.h33 union tspec_body TSpec; member
Drtl819x_BAProc.c497 pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; in TsInitAddBA()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c357 struct tspec_body TSpec; in GetTs() local
358 struct qos_tsinfo *pTSInfo = &TSpec.ts_info; in GetTs()
396 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()