Home
last modified time | relevance | path

Searched refs:mpiGSTable (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsainit.c1498 mpiReadGSTable(agRoot, &saRoot->mpiGSTable); in siReadControllerStatus()
1502 if(saRoot->Iop1Tcnt_last == saRoot->mpiGSTable.Iop1Tcnt ) in siReadControllerStatus()
1503 SA_DBG2(("siReadControllerStatus: Iop1 %d STUCK\n", saRoot->mpiGSTable.Iop1Tcnt)); in siReadControllerStatus()
1506 …if( saRoot->MsguTcnt_last == saRoot->mpiGSTable.MsguTcnt || saRoot->IopTcnt_last == saRoot->mpiGS… in siReadControllerStatus()
1508 …DBG1(("siReadControllerStatus: Msgu %d Iop %d\n",saRoot->mpiGSTable.MsguTcnt, saRoot->mpiGSTable.I… in siReadControllerStatus()
1511 …DBG2(("siReadControllerStatus: Msgu %d Iop %d\n",saRoot->mpiGSTable.MsguTcnt, saRoot->mpiGSTable.I… in siReadControllerStatus()
1513 saRoot->MsguTcnt_last = saRoot->mpiGSTable.MsguTcnt; in siReadControllerStatus()
1514 saRoot->IopTcnt_last = saRoot->mpiGSTable.IopTcnt; in siReadControllerStatus()
1515 saRoot->Iop1Tcnt_last = saRoot->mpiGSTable.Iop1Tcnt; in siReadControllerStatus()
3701 spc_GSTableDescriptor_t *mpiGSTable) in mpiReadGSTable() argument
[all …]
HDsatypes.h291 spc_GSTableDescriptor_t mpiGSTable; member
HDsaproto.h93 spc_GSTableDescriptor_t *mpiGSTable);