Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsaproto.h513 agsaSetDeviceStateRsp_t *pIomb
Dsampidefs.h1593 } agsaSetDeviceStateRsp_t; typedef
Dsampirsp.c513 mpiSetDeviceStateRsp(agRoot, (agsaSetDeviceStateRsp_t *)pMsg1);
6086 agsaSetDeviceStateRsp_t *pIomb in mpiSetDeviceStateRsp()
6101 OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSetDeviceStateRsp_t, tag)); in mpiSetDeviceStateRsp()
6102 OSSA_READ_LE_32(AGROOT, &deviceId, pIomb, OSSA_OFFSET_OF(agsaSetDeviceStateRsp_t, deviceId)); in mpiSetDeviceStateRsp()
6103 OSSA_READ_LE_32(AGROOT, &status, pIomb, OSSA_OFFSET_OF(agsaSetDeviceStateRsp_t, status)); in mpiSetDeviceStateRsp()
6123 OSSA_READ_LE_32(AGROOT, &deviceState, pIomb, OSSA_OFFSET_OF(agsaSetDeviceStateRsp_t, pds_nds)); in mpiSetDeviceStateRsp()
Dsaint.c2803 mpiSetDeviceStateRsp(agRoot, (agsaSetDeviceStateRsp_t *)pMsg1); in mpiParseOBIomb()