Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8192e/
Drtl819x_TSProc.c106 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()
Drtl819x_TS.h25 union tspec_body TSpec; member
Drtl819x_BAProc.c484 pBA->ba_param_set.field.tid = pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; in TsInitAddBA()
/linux-5.19.10/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c355 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()