Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaproto.h513 agsaSetDeviceStateRsp_t *pIomb
H A Dsampidefs.h1593 } agsaSetDeviceStateRsp_t; typedef
H A 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()
H A Dsaint.c2803 mpiSetDeviceStateRsp(agRoot, (agsaSetDeviceStateRsp_t *)pMsg1); in mpiParseOBIomb()