Searched refs:TSpec (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 106 memset(&pTsCommonInfo->TSpec, 0, sizeof(union tspec_body)); in ResetTsCommonInfo() 252 pRet->TSpec.f.TSInfo.field.ucTSID == TID && in SearchAdmitTRStream() 253 pRet->TSpec.f.TSInfo.field.ucDirection == dir) in SearchAdmitTRStream() 277 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC, in MakeTSEntry() 292 union tspec_body TSpec; in GetTs() local 293 union qos_tsinfo *pTSInfo = &TSpec.f.TSInfo; in GetTs() 381 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
|
D | rtl819x_TS.h | 25 union tspec_body TSpec; member
|
D | rtl819x_BAProc.c | 484 pBA->ba_param_set.field.tid = pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; in TsInitAddBA()
|
/linux-5.19.10/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 355 struct tspec_body TSpec; in GetTs() local 356 struct qos_tsinfo *pTSInfo = &TSpec.ts_info; in GetTs() 394 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
|