Searched refs:GSTable (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaioctlcmd.c981 spc_GSTableDescriptor_t GSTable; local
992 si_memset(&GSTable, 0, sizeof(spc_GSTableDescriptor_t));
1113 mpiReadGSTable(agRoot, &GSTable);
1136 controllerStatus->interfaceState = GSTable.GSTLenMPIS & GST_INF_STATE_BITS;
1137 controllerStatus->iqFreezeState0 = GSTable.IQFreezeState0;
1138 controllerStatus->iqFreezeState1 = GSTable.IQFreezeState1;
1141 controllerStatus->phyStatus[i] = GSTable.PhyState[i];
1142 controllerStatus->recoverableErrorInfo[i] = GSTable.recoverErrInfo[i];
1144 controllerStatus->tickCount0 = GSTable.MsguTcnt;
1145 controllerStatus->tickCount1 = GSTable
[all...]

Completed in 99 milliseconds