Searched refs:mpiGSTable (Results 1 – 3 of 3) sorted by relevance
1497 mpiReadGSTable(agRoot, &saRoot->mpiGSTable); in siReadControllerStatus()1501 if(saRoot->Iop1Tcnt_last == saRoot->mpiGSTable.Iop1Tcnt ) in siReadControllerStatus()1502 SA_DBG2(("siReadControllerStatus: Iop1 %d STUCK\n", saRoot->mpiGSTable.Iop1Tcnt)); in siReadControllerStatus()1505 …if( saRoot->MsguTcnt_last == saRoot->mpiGSTable.MsguTcnt || saRoot->IopTcnt_last == saRoot->mpiGS… in siReadControllerStatus()1507 …DBG1(("siReadControllerStatus: Msgu %d Iop %d\n",saRoot->mpiGSTable.MsguTcnt, saRoot->mpiGSTable.I… in siReadControllerStatus()1510 …DBG2(("siReadControllerStatus: Msgu %d Iop %d\n",saRoot->mpiGSTable.MsguTcnt, saRoot->mpiGSTable.I… in siReadControllerStatus()1512 saRoot->MsguTcnt_last = saRoot->mpiGSTable.MsguTcnt; in siReadControllerStatus()1513 saRoot->IopTcnt_last = saRoot->mpiGSTable.IopTcnt; in siReadControllerStatus()1514 saRoot->Iop1Tcnt_last = saRoot->mpiGSTable.Iop1Tcnt; in siReadControllerStatus()3700 spc_GSTableDescriptor_t *mpiGSTable) in mpiReadGSTable() argument[all …]
290 spc_GSTableDescriptor_t mpiGSTable; member
92 spc_GSTableDescriptor_t *mpiGSTable);