Home
last modified time | relevance | path

Searched refs:pRespIU (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsaint.c1470 agsaSSPResponseInfoUnit_t *pRespIU, in siEventSSPResponseWtDataRcvd() argument
1500 count = *(bit32 *)((bit8 *)pRespIU + param + padCount); in siEventSSPResponseWtDataRcvd()
1507 (void *)pRespIU, in siEventSSPResponseWtDataRcvd()
3391 agsaSSPResponseInfoUnit_t *pRespIU = agNULL; in mpiSSPCompletion() local
3434 pRespIU = (agsaSSPResponseInfoUnit_t *)&(pIomb->SSPrsp); in mpiSSPCompletion()
3435 if (pRespIU->status == 0x02 || pRespIU->status == 0x18 || in mpiSSPCompletion()
3436 pRespIU->status == 0x30 || pRespIU->status == 0x40 ) in mpiSSPCompletion()
3440 SA_DBG2(("mpiSSPCompletion: pRespIU->status 0x%x tag 0x%x\n", pRespIU->status,tag)); in mpiSSPCompletion()
3442 siEventSSPResponseWtDataRcvd(agRoot, pRequest, pRespIU, param, sspTag); in mpiSSPCompletion()
3453 pRespIU = (agsaSSPResponseInfoUnit_t *)&(pIomb->SSPrsp); in mpiSSPCompletion()
[all …]
HDsaproto.h305 agsaSSPResponseInfoUnit_t *pRespIU,