Searched refs:TSpec (Results 1 - 8 of 8) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtl819x_TS.h39 union tspec_body TSpec; member in struct:ts_common_info
H A Drtl819x_TSProc.c114 memset(&pTsCommonInfo->TSpec, 0, sizeof(union tspec_body));
273 if (pRet->TSpec.f.TSInfo.field.ucTSID == TID)
274 if (pRet->TSpec.f.TSInfo.field.ucDirection == dir)
299 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC,
358 union tspec_body TSpec; local
359 union qos_tsinfo *pTSInfo = &TSpec.f.TSInfo;
407 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0);
H A Drtl819x_Qos.h306 struct wmm_tspec TSpec; member in struct:qos_tstream
332 struct wmm_tspec TSpec; member in struct:sta_qos
H A Drtl819x_BAProc.c502 pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID;
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TS.h22 TSPEC_BODY TSpec; member in struct:_TS_COMMON_INFO
H A Drtl819x_TSProc.c116 memset(&pTsCommonInfo->TSpec, 0, sizeof(TSPEC_BODY));
294 // IEEE80211_DEBUG(IEEE80211_DL_TS, "ADD:%pM, TID:%d, dir:%d\n", pRet->Addr, pRet->TSpec.f.TSInfo.field.ucTSID, pRet->TSpec.f.TSInfo.field.ucDirection);
296 if (pRet->TSpec.f.TSInfo.field.ucTSID == TID)
297 if(pRet->TSpec.f.TSInfo.field.ucDirection == dir)
327 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC, sizeof(TSPEC_BODY));
415 TSPEC_BODY TSpec; local
416 PQOS_TSINFO pTSInfo = &TSpec.f.TSInfo;
457 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0);
H A Drtl819x_Qos.h452 WMM_TSPEC TSpec; member in struct:_QOS_TSTREAM
520 WMM_TSPEC TSpec; member in struct:_STA_QOS
H A Drtl819x_BAProc.c669 pBA->BaParamSet.field.TID = pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; // TID

Completed in 107 milliseconds