Searched refs:TSpec (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8192e/ |
H A D | rtl819x_TS.h | 33 union tspec_body TSpec; member in struct:ts_common_info
|
H A D | rtl819x_TSProc.c | 113 memset(&pTsCommonInfo->TSpec, 0, sizeof(union tspec_body)); ResetTsCommonInfo() 272 pRet->TSpec.f.TSInfo.field.ucTSID == TID && list_for_each_entry() 273 pRet->TSpec.f.TSInfo.field.ucDirection == dir) list_for_each_entry() 298 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC, MakeTSEntry() 313 union tspec_body TSpec; GetTs() local 314 union qos_tsinfo *pTSInfo = &TSpec.f.TSInfo; GetTs() 404 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); GetTs()
|
H A D | rtl819x_BAProc.c | 499 pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; TsInitAddBA()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_TS.h | 22 TSPEC_BODY TSpec; member in struct:_TS_COMMON_INFO
|
H A D | rtl819x_TSProc.c | 116 memset(&pTsCommonInfo->TSpec, 0, sizeof(TSPEC_BODY)); ResetTsCommonInfo() 275 // 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); list_for_each_entry() 277 if (pRet->TSpec.f.TSInfo.field.ucTSID == TID) list_for_each_entry() 278 if(pRet->TSpec.f.TSInfo.field.ucDirection == dir) list_for_each_entry() 308 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC, sizeof(TSPEC_BODY)); MakeTSEntry() 395 TSPEC_BODY TSpec; GetTs() local 396 PQOS_TSINFO pTSInfo = &TSpec.f.TSInfo; GetTs() 437 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); GetTs()
|
H A D | rtl819x_Qos.h | 419 WMM_TSPEC TSpec; member in struct:_QOS_TSTREAM 487 WMM_TSPEC TSpec; member in struct:_STA_QOS
|
H A D | rtl819x_BAProc.c | 662 pBA->BaParamSet.field.TID = pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; // TID TsInitAddBA()
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
H A D | hal.h | 2538 /* End of TSpec Parameters */
|
Completed in 352 milliseconds