Home
last modified time | relevance | path

Searched refs:cmdType (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_overlay.h65 uint32 cmdType; member
76 uint32 cmdType; member
/openbmc/ipmitool/src/plugins/imb/
H A Dimb.c88 imbreq.cmdType = req->msg.cmd; in ipmi_imb_send_cmd()
96 printf("IMB cmdType : %x\n", imbreq.cmdType); in ipmi_imb_send_cmd()
H A Dimbapi.c193 requestData.cmdType = GET_DEVICE_ID; in open_imb()
274 requestData.cmdType = GET_DEVICE_ID; in open_imb()
1096 req->req.cmd = reqPtr->cmdType; in SendTimedImbpRequest()
1188 req->req.cmd = reqPtr->cmdType; in SendAsyncImbpRequest()
H A Dimbapi.h487 unsigned char cmdType; member
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c78 cmd->flush.cmdType = SVGA_ESCAPE_VMWARE_VIDEO_FLUSH; in fill_flush()
102 uint32_t cmdType; in vmw_overlay_send_put() member
130 cmds->header.cmdType = SVGA_ESCAPE_VMWARE_VIDEO_SET_REGS; in vmw_overlay_send_put()
202 cmds->body.header.cmdType = SVGA_ESCAPE_VMWARE_VIDEO_SET_REGS; in vmw_overlay_send_stop()
H A Dvmwgfx_scrn.c126 uint32_t cmdType; in vmw_sou_fifo_create() member
139 cmd->header.cmdType = SVGA_CMD_DEFINE_SCREEN; in vmw_sou_fifo_create()
173 uint32_t cmdType; in vmw_sou_fifo_destroy() member
188 cmd->header.cmdType = SVGA_CMD_DESTROY_SCREEN; in vmw_sou_fifo_destroy()
/openbmc/pldm/pldmtool/
H A DREADME.md138 pldmtool raw --data 0x80 <pldmType> <cmdType> <payloadReq>
147 <instanceId> <hdrVersion> <pldmType> <cmdType> <completionCode> <payloadResp>
223 pldmtool <pldmType> <cmdType> -m <mctpId>
226 pldmtool raw -d 0x80 <pldmType> <cmdType> <payloadReq> -m <mctpId>
/openbmc/openpower-debug-collector/dump/
H A Dsbe_dump_collector.hpp183 uint32_t cmdClass, uint32_t cmdType);
H A Dsbe_dump_collector.cpp190 SBETypes sbeType, uint32_t cmdClass, uint32_t cmdType) in logErrorAndCreatePEL() argument
208 {"SRC6", std::format("0x{:X}{:X}", chipPos, (cmdClass | cmdType))}}; in logErrorAndCreatePEL()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_hsi.h52 u8 cmdType; member