Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c1469 agsaSSPResponseInfoUnit_t *pRespIU, in siEventSSPResponseWtDataRcvd() argument
1499 count = *(bit32 *)((bit8 *)pRespIU + param + padCount); in siEventSSPResponseWtDataRcvd()
1506 (void *)pRespIU, in siEventSSPResponseWtDataRcvd()
3390 agsaSSPResponseInfoUnit_t *pRespIU = agNULL; in mpiSSPCompletion() local
3433 pRespIU = (agsaSSPResponseInfoUnit_t *)&(pIomb->SSPrsp); in mpiSSPCompletion()
3434 if (pRespIU->status == 0x02 || pRespIU->status == 0x18 || in mpiSSPCompletion()
3435 pRespIU->status == 0x30 || pRespIU->status == 0x40 ) in mpiSSPCompletion()
3452 pRespIU = (agsaSSPResponseInfoUnit_t *)&(pIomb->SSPrsp); in mpiSSPCompletion()
3453 if (pRespIU->status == 0x02 || pRespIU->status == 0x18 || in mpiSSPCompletion()
3454 pRespIU->status == 0x30 || pRespIU->status == 0x40 ) in mpiSSPCompletion()
[all …]
H A Dsaproto.h304 agsaSSPResponseInfoUnit_t *pRespIU,