Home
last modified time | relevance | path

Searched refs:agsaLocalPhyCntrlRsp_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaproto.h395 agsaLocalPhyCntrlRsp_t *pIomb
H A Dsampidefs.h1097 } agsaLocalPhyCntrlRsp_t; typedef
H A Dsampirsp.c289 mpiPhyCntrlRsp(agRoot, (agsaLocalPhyCntrlRsp_t *)pMsg1);
2105 agsaLocalPhyCntrlRsp_t *pIomb in mpiPhyCntrlRsp()
2119 OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaLocalPhyCntrlRsp_t, tag)) ; in mpiPhyCntrlRsp()
2120 OSSA_READ_LE_32(AGROOT, &phyOpId, pIomb, OSSA_OFFSET_OF(agsaLocalPhyCntrlRsp_t, phyOpId)) ; in mpiPhyCntrlRsp()
2121 OSSA_READ_LE_32(AGROOT, &status, pIomb, OSSA_OFFSET_OF(agsaLocalPhyCntrlRsp_t, status)) ; in mpiPhyCntrlRsp()
H A Dsaint.c2596 mpiPhyCntrlRsp(agRoot, (agsaLocalPhyCntrlRsp_t *)pMsg1); in mpiParseOBIomb()