Searched refs:TSpec (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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 | 452 WMM_TSPEC TSpec; member 520 WMM_TSPEC TSpec; member
|
D | rtl819x_BAProc.c | 665 pBA->BaParamSet.field.TID = pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; // TID in TsInitAddBA()
|
/linux-4.1.27/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() 314 union tspec_body TSpec; in GetTs() local 315 union qos_tsinfo *pTSInfo = &TSpec.f.TSInfo; in GetTs() 409 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
|
D | rtl819x_TS.h | 39 union tspec_body TSpec; member
|
D | rtl819x_Qos.h | 304 struct wmm_tspec TSpec; member 330 struct wmm_tspec TSpec; member
|
D | rtl819x_BAProc.c | 507 pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; in TsInitAddBA()
|