Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/spc/
HDsaproto.h512 agsaSetDeviceStateRsp_t *pIomb
HDsampidefs.h1592 } agsaSetDeviceStateRsp_t; typedef
HDsampirsp.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()
HDsaint.c2802 mpiSetDeviceStateRsp(agRoot, (agsaSetDeviceStateRsp_t *)pMsg1); in mpiParseOBIomb()