Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaproto.h512 agsaSetDeviceStateRsp_t *pIomb
H A Dsampidefs.h1592 } agsaSetDeviceStateRsp_t; typedef
H A Dsampirsp.c512 mpiSetDeviceStateRsp(agRoot, (agsaSetDeviceStateRsp_t *)pMsg1);
6085 agsaSetDeviceStateRsp_t *pIomb in mpiSetDeviceStateRsp()
6100 OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSetDeviceStateRsp_t, tag)); in mpiSetDeviceStateRsp()
6101 OSSA_READ_LE_32(AGROOT, &deviceId, pIomb, OSSA_OFFSET_OF(agsaSetDeviceStateRsp_t, deviceId)); in mpiSetDeviceStateRsp()
6102 OSSA_READ_LE_32(AGROOT, &status, pIomb, OSSA_OFFSET_OF(agsaSetDeviceStateRsp_t, status)); in mpiSetDeviceStateRsp()
6122 OSSA_READ_LE_32(AGROOT, &deviceState, pIomb, OSSA_OFFSET_OF(agsaSetDeviceStateRsp_t, pds_nds)); in mpiSetDeviceStateRsp()
H A Dsaint.c2802 mpiSetDeviceStateRsp(agRoot, (agsaSetDeviceStateRsp_t *)pMsg1); in mpiParseOBIomb()