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() 273 if (pRet->TSpec.f.TSInfo.field.ucTSID == TID) in SearchAdmitTRStream() 274 if (pRet->TSpec.f.TSInfo.field.ucDirection == dir) in SearchAdmitTRStream() 299 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC, in MakeTSEntry() 358 union tspec_body TSpec; in GetTs() local 359 union qos_tsinfo *pTSInfo = &TSpec.f.TSInfo; in GetTs() 407 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
|
D | rtl819x_TS.h | 39 union tspec_body TSpec; member
|
D | rtl819x_Qos.h | 306 struct wmm_tspec TSpec; member 332 struct wmm_tspec TSpec; member
|
D | rtl819x_BAProc.c | 502 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() 296 if (pRet->TSpec.f.TSInfo.field.ucTSID == TID) in SearchAdmitTRStream() 297 if(pRet->TSpec.f.TSInfo.field.ucDirection == dir) in SearchAdmitTRStream() 327 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC, sizeof(TSPEC_BODY)); in MakeTSEntry() 415 TSPEC_BODY TSpec; in GetTs() local 416 PQOS_TSINFO pTSInfo = &TSpec.f.TSInfo; in GetTs() 457 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 | 669 pBA->BaParamSet.field.TID = pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; // TID in TsInitAddBA()
|