Searched refs:TSpec (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 114 memset(&pTsCommonInfo->TSpec, 0, sizeof(union tspec_body)); in ResetTsCommonInfo() 271 if (pRet->TSpec.f.TSInfo.field.ucTSID == TID) in SearchAdmitTRStream() 272 if (pRet->TSpec.f.TSInfo.field.ucDirection == dir) in SearchAdmitTRStream() 298 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC, in MakeTSEntry() 356 union tspec_body TSpec; in GetTs() local 357 union qos_tsinfo *pTSInfo = &TSpec.f.TSInfo; in GetTs() 405 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
|
D | rtl819x_TS.h | 39 union tspec_body TSpec; member
|
D | rtl819x_Qos.h | 343 struct wmm_tspec TSpec; member 369 struct wmm_tspec TSpec; member
|
D | rtl819x_BAProc.c | 500 pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; in TsInitAddBA()
|
/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 116 memset(&pTsCommonInfo->TSpec, 0, sizeof(TSPEC_BODY)); in ResetTsCommonInfo() 293 if (pRet->TSpec.f.TSInfo.field.ucTSID == TID) in SearchAdmitTRStream() 294 if(pRet->TSpec.f.TSInfo.field.ucDirection == dir) in SearchAdmitTRStream() 329 memcpy((u8*)(&(pTsCommonInfo->TSpec)), (u8*)pTSPEC, sizeof(TSPEC_BODY)); in MakeTSEntry() 417 TSPEC_BODY TSpec; in GetTs() local 418 PQOS_TSINFO pTSInfo = &TSpec.f.TSInfo; in GetTs() 459 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
|
D | rtl819x_TS.h | 22 TSPEC_BODY TSpec; member
|
D | rtl819x_Qos.h | 452 WMM_TSPEC TSpec; member 520 WMM_TSPEC TSpec; member
|
D | rtl819x_BAProc.c | 656 pBA->BaParamSet.field.TID = pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; // TID in TsInitAddBA()
|