Searched refs:TSpec (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 113 memset(&pTsCommonInfo->TSpec, 0, sizeof(union tspec_body)); in ResetTsCommonInfo() 272 pRet->TSpec.f.TSInfo.field.ucTSID == TID && in SearchAdmitTRStream() 273 pRet->TSpec.f.TSInfo.field.ucDirection == dir) in SearchAdmitTRStream() 298 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC, in MakeTSEntry() 313 union tspec_body TSpec; in GetTs() local 314 union qos_tsinfo *pTSInfo = &TSpec.f.TSInfo; in GetTs() 404 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
|
D | rtl819x_TS.h | 33 union tspec_body TSpec; member
|
D | rtl819x_BAProc.c | 499 pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; in TsInitAddBA()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 116 memset(&pTsCommonInfo->TSpec, 0, sizeof(TSPEC_BODY)); in ResetTsCommonInfo() 277 if (pRet->TSpec.f.TSInfo.field.ucTSID == TID) in SearchAdmitTRStream() 278 if(pRet->TSpec.f.TSInfo.field.ucDirection == dir) in SearchAdmitTRStream() 308 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC, sizeof(TSPEC_BODY)); in MakeTSEntry() 395 TSPEC_BODY TSpec; in GetTs() local 396 PQOS_TSINFO pTSInfo = &TSpec.f.TSInfo; in GetTs() 437 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
|
D | rtl819x_TS.h | 22 TSPEC_BODY TSpec; member
|
D | rtl819x_Qos.h | 419 WMM_TSPEC TSpec; member 487 WMM_TSPEC TSpec; member
|
D | rtl819x_BAProc.c | 662 pBA->BaParamSet.field.TID = pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; // TID in TsInitAddBA()
|