Searched defs:TSpec (Results 1 - 6 of 6) 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));
271 if (pRet->TSpec.f.TSInfo.field.ucTSID == TID)
272 if (pRet->TSpec.f.TSInfo.field.ucDirection == dir)
298 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC,
356 union tspec_body TSpec; local
357 union qos_tsinfo *pTSInfo = &TSpec.f.TSInfo;
405 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0);
H A Drtl819x_Qos.h343 struct wmm_tspec TSpec; member in struct:qos_tstream
369 struct wmm_tspec TSpec; member in struct:sta_qos
/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));
291 // 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);
293 if (pRet->TSpec.f.TSInfo.field.ucTSID == TID)
294 if(pRet->TSpec.f.TSInfo.field.ucDirection == dir)
329 memcpy((u8*)(&(pTsCommonInfo->TSpec)), (u8*)pTSPEC, sizeof(TSPEC_BODY));
417 TSPEC_BODY TSpec; local
418 PQOS_TSINFO pTSInfo = &TSpec.f.TSInfo;
459 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0);
H A Drtl819x_Qos.h469 WMM_TSPEC TSpec; member in struct:_QOS_TSTREAM
537 WMM_TSPEC TSpec; member in struct:_STA_QOS

Completed in 58 milliseconds