Searched refs:resOlseBase (Results 1 – 1 of 1) sorted by relevance
1079 netc_tb_tgs_olse_t *resOlseBase; in NETC_GetTGSOperationList() local1100 …resOlseBase = (netc_tb_tgs_olse_t *)(uintptr_t)(&((uint8_t *)handle->buffer)[36U + 8U * adminLen]); in NETC_GetTGSOperationList()1101 if (resOlseBase->operControlListLength > length) in NETC_GetTGSOperationList()1107 gcl->baseTime = resOlseBase->operBaseTime; in NETC_GetTGSOperationList()1108 gcl->cycleTime = resOlseBase->operCycleTime; in NETC_GetTGSOperationList()1109 gcl->extTime = resOlseBase->operCycleTimeExt; in NETC_GetTGSOperationList()1110 gcl->numEntries = resOlseBase->operControlListLength; in NETC_GetTGSOperationList()1112 (void)memcpy(gcl->gcList, &resOlseBase->operGcl[0], (gcl->numEntries * 8U)); in NETC_GetTGSOperationList()