Searched refs:GSTable (Results 1 – 1 of 1) sorted by relevance
980 spc_GSTableDescriptor_t GSTable; in saGetControllerStatus() local991 si_memset(&GSTable, 0, sizeof(spc_GSTableDescriptor_t)); in saGetControllerStatus()1112 mpiReadGSTable(agRoot, &GSTable); in saGetControllerStatus()1135 controllerStatus->interfaceState = GSTable.GSTLenMPIS & GST_INF_STATE_BITS; in saGetControllerStatus()1136 controllerStatus->iqFreezeState0 = GSTable.IQFreezeState0; in saGetControllerStatus()1137 controllerStatus->iqFreezeState1 = GSTable.IQFreezeState1; in saGetControllerStatus()1140 controllerStatus->phyStatus[i] = GSTable.PhyState[i]; in saGetControllerStatus()1141 controllerStatus->recoverableErrorInfo[i] = GSTable.recoverErrInfo[i]; in saGetControllerStatus()1143 controllerStatus->tickCount0 = GSTable.MsguTcnt; in saGetControllerStatus()1144 controllerStatus->tickCount1 = GSTable.IopTcnt; in saGetControllerStatus()[all …]