Searched refs:TSpec (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtl819x_TSProc.c | 98 memset(&pTsCommonInfo->TSpec, 0, sizeof(union tspec_body)); in ResetTsCommonInfo() 212 pRet->TSpec.f.TSInfo.field.ucTSID == TID && in SearchAdmitTRStream() 213 pRet->TSpec.f.TSInfo.field.ucDirection == dir) in SearchAdmitTRStream() 237 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC, in MakeTSEntry() 252 union tspec_body TSpec; in GetTs() local 253 union qos_tsinfo *pTSInfo = &TSpec.f.TSInfo; in GetTs() 339 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
|
H A D | rtl819x_TS.h | 23 union tspec_body TSpec; member
|
H A D | rtl819x_BAProc.c | 477 pBA->ba_param_set.field.tid = pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; in rtllib_ts_init_add_ba()
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_TSProc.c | 355 struct tspec_body TSpec; in GetTs() local 356 struct qos_tsinfo *pTSInfo = &TSpec.ts_info; in GetTs() 394 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
|