Searched refs:TSpec (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 114 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()
|
D | rtl819x_TS.h | 33 union tspec_body TSpec; member
|
D | rtl819x_BAProc.c | 497 pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; in TsInitAddBA()
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 357 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()
|