Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/openbmc/u-boot/drivers/net/fsl-mc/
H A Ddpni.c36 struct mc_command cmd = { 0 }; in dpni_open() local
60 struct mc_command cmd = { 0 }; in dpni_close() local
77 struct mc_command cmd = { 0 }; in dpni_create() local
102 struct mc_command cmd = { 0 }; in dpni_destroy() local
121 struct mc_command cmd = { 0 }; in dpni_set_pools() local
137 struct mc_command cmd = { 0 }; in dpni_enable() local
152 struct mc_command cmd = { 0 }; in dpni_disable() local
167 struct mc_command cmd = { 0 }; in dpni_reset() local
183 struct mc_command cmd = { 0 }; in dpni_get_attributes() local
206 struct mc_command cmd = { 0 }; in dpni_set_errors_behavior() local
[all …]
H A Ddprc.c17 struct mc_command cmd = { 0 }; in dprc_get_container_id() local
41 struct mc_command cmd = { 0 }; in dprc_open() local
64 struct mc_command cmd = { 0 }; in dprc_close() local
81 struct mc_command cmd = { 0 }; in dprc_create_container() local
108 struct mc_command cmd = { 0 }; in dprc_destroy_container() local
125 struct mc_command cmd = { 0 }; in dprc_reset_container() local
142 struct mc_command cmd = { 0 }; in dprc_get_attributes() local
166 struct mc_command cmd = { 0 }; in dprc_get_obj_count() local
191 struct mc_command cmd = { 0 }; in dprc_get_obj() local
217 struct mc_command cmd = { 0 }; in dprc_get_res_count() local
[all …]
H A Ddpbp.c17 struct mc_command cmd = { 0 }; in dpbp_open() local
41 struct mc_command cmd = { 0 }; in dpbp_close() local
57 struct mc_command cmd = { 0 }; in dpbp_create() local
83 struct mc_command cmd = { 0 }; in dpbp_destroy() local
101 struct mc_command cmd = { 0 }; in dpbp_enable() local
115 struct mc_command cmd = { 0 }; in dpbp_disable() local
130 struct mc_command cmd = { 0 }; in dpbp_reset() local
146 struct mc_command cmd = { 0 }; in dpbp_get_attributes() local
170 struct mc_command cmd = { 0 }; in dpbp_get_api_version() local
H A Ddpmac.c19 struct mc_command cmd = { 0 }; in dpmac_open() local
43 struct mc_command cmd = { 0 }; in dpmac_close() local
59 struct mc_command cmd = { 0 }; in dpmac_create() local
84 struct mc_command cmd = { 0 }; in dpmac_destroy() local
103 struct mc_command cmd = { 0 }; in dpmac_get_attributes() local
127 struct mc_command cmd = { 0 }; in dpmac_mdio_read() local
152 struct mc_command cmd = { 0 }; in dpmac_mdio_write() local
169 struct mc_command cmd = { 0 }; in dpmac_get_link_cfg() local
192 struct mc_command cmd = { 0 }; in dpmac_set_link_state() local
210 struct mc_command cmd = { 0 }; in dpmac_get_counter() local
[all …]
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvirgl.c39 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_context_create()
51 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_context_destroy()
62 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_create_resource_2d()
85 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_create_resource_3d()
108 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_resource_unref()
132 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_get_capset_info()
171 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_get_capset()
197 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_submit_3d()
222 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_transfer_to_host_2d()
247 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_transfer_to_host_3d()
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c37 uint8_t cmd; /* Command Code */ member
407 void ahci_port_check_error(AHCIQState *ahci, AHCICommand *cmd) in ahci_port_check_error()
464 void ahci_port_check_interrupts(AHCIQState *ahci, AHCICommand *cmd) in ahci_port_check_interrupts()
485 void ahci_port_check_nonbusy(AHCIQState *ahci, AHCICommand *cmd) in ahci_port_check_nonbusy()
533 void ahci_port_check_pio_sanity(AHCIQState *ahci, AHCICommand *cmd) in ahci_port_check_pio_sanity()
563 void ahci_port_check_cmd_sanity(AHCIQState *ahci, AHCICommand *cmd) in ahci_port_check_cmd_sanity()
576 uint8_t slot, AHCICommandHeader *cmd) in ahci_get_command_header()
590 uint8_t slot, AHCICommandHeader *cmd) in ahci_set_command_header()
606 AHCICommandHeader cmd; in ahci_destroy_command() local
626 void ahci_write_fis(AHCIQState *ahci, AHCICommand *cmd) in ahci_write_fis()
[all …]
/openbmc/qemu/qapi/
H A Dqmp-registry.c22 QmpCommand *cmd = g_malloc0(sizeof(*cmd)); in qmp_register_command() local
37 QmpCommand *cmd; in qmp_find_command() local
50 QmpCommand *cmd; in qmp_toggle_command() local
72 bool qmp_command_is_enabled(const QmpCommand *cmd) in qmp_command_is_enabled()
77 const char *qmp_command_name(const QmpCommand *cmd) in qmp_command_name()
82 bool qmp_has_success_response(const QmpCommand *cmd) in qmp_has_success_response()
90 const QmpCommand *cmd; in qmp_for_each_command() local
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Ddpio.c16 struct mc_command cmd = { 0 }; in dpio_open() local
40 struct mc_command cmd = { 0 }; in dpio_close() local
57 struct mc_command cmd = { 0 }; in dpio_create() local
82 struct mc_command cmd = { 0 }; in dpio_destroy() local
100 struct mc_command cmd = { 0 }; in dpio_enable() local
115 struct mc_command cmd = { 0 }; in dpio_disable() local
130 struct mc_command cmd = { 0 }; in dpio_reset() local
146 struct mc_command cmd = { 0 }; in dpio_get_attributes() local
170 struct mc_command cmd = { 0 }; in dpio_get_api_version() local
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dprc.h38 #define DPRC_RSP_GET_CONTAINER_ID(cmd, container_id) \ argument
42 #define DPRC_CMD_OPEN(cmd, container_id) \ argument
46 #define DPRC_CMD_CREATE_CONTAINER(cmd, cfg) \ argument
70 #define DPRC_RSP_CREATE_CONTAINER(cmd, child_container_id, child_portal_offset)\ argument
77 #define DPRC_CMD_DESTROY_CONTAINER(cmd, child_container_id) \ argument
81 #define DPRC_CMD_RESET_CONTAINER(cmd, child_container_id) \ argument
85 #define DPRC_RSP_GET_ATTRIBUTES(cmd, attr) \ argument
94 #define DPRC_RSP_GET_OBJ_COUNT(cmd, obj_count) \ argument
98 #define DPRC_CMD_GET_OBJ(cmd, obj_index) \ argument
102 #define DPRC_RSP_GET_OBJ(cmd, obj_desc) \ argument
[all …]
H A Dfsl_dpmac.h34 #define DPMAC_CMD_CREATE(cmd, cfg) \ argument
38 #define DPMAC_CMD_OPEN(cmd, dpmac_id) \ argument
42 #define DPMAC_RSP_GET_ATTRIBUTES(cmd, attr) \ argument
52 #define DPMAC_CMD_MDIO_READ(cmd, cfg) \ argument
59 #define DPMAC_RSP_MDIO_READ(cmd, data) \ argument
63 #define DPMAC_CMD_MDIO_WRITE(cmd, cfg) \ argument
71 #define DPMAC_RSP_GET_LINK_CFG(cmd, cfg) \ argument
78 #define DPMAC_CMD_SET_LINK_STATE(cmd, cfg) \ argument
86 #define DPMAC_CMD_GET_COUNTER(cmd, type) \ argument
90 #define DPMAC_RSP_GET_COUNTER(cmd, counter) \ argument
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-virgl.c193 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_create_resource_2d()
241 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_create_resource_3d()
289 struct virtio_gpu_ctrl_command *cmd, in virgl_cmd_resource_unref()
332 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_context_create()
361 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_context_destroy()
382 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_resource_flush()
400 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_set_scanout()
456 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_submit_3d()
487 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_transfer_to_host_2d()
512 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_transfer_to_host_3d()
[all …]
H A Dvirtio-gpu-rutabaga.c16 #define CHECK(condition, cmd) \ argument
75 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_create_resource_2d()
113 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_create_resource_3d()
177 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_resource_unref()
203 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_context_create()
221 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_context_destroy()
236 rutabaga_cmd_resource_flush(VirtIOGPU *g, struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_resource_flush()
289 rutabaga_cmd_set_scanout(VirtIOGPU *g, struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_set_scanout()
341 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_submit_3d()
369 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_transfer_to_host_2d()
[all …]
/openbmc/phosphor-host-ipmid/test/
H A Doemrouter_unittest.cpp18 void ipmi_register_callback(ipmi_netfn_t netfn, ipmi_cmd_t cmd, in ipmi_register_callback()
51 void RegisterWithRouter(Number oen, ipmi_cmd_t cmd, Handler cb) in RegisterWithRouter()
78 Handler g = [nextCmd](ipmi_cmd_t cmd, const uint8_t* reqBuf, in RegisterTwoWays()
79 [[maybe_unused]] uint8_t* replyBuf, size_t* dataLen) { in RegisterTwoWays()
111 ipmi_cmd_t cmd; in TEST() local
130 ipmi_cmd_t cmd; in TEST() local
152 ipmi_cmd_t cmd; in TEST() local
/openbmc/qemu/hw/scsi/
H A Dmegasas.c185 static inline const char *mfi_frame_desc(unsigned int cmd) in mfi_frame_desc()
215 static bool megasas_frame_is_ieee_sgl(MegasasCmd *cmd) in megasas_frame_is_ieee_sgl()
220 static bool megasas_frame_is_sgl64(MegasasCmd *cmd) in megasas_frame_is_sgl64()
225 static bool megasas_frame_is_sense64(MegasasCmd *cmd) in megasas_frame_is_sense64()
230 static uint64_t megasas_sgl_get_addr(MegasasCmd *cmd, in megasas_sgl_get_addr()
245 static uint32_t megasas_sgl_get_len(MegasasCmd *cmd, in megasas_sgl_get_len()
260 static union mfi_sgl *megasas_sgl_next(MegasasCmd *cmd, in megasas_sgl_next()
281 static int megasas_map_sgl(MegasasState *s, MegasasCmd *cmd, union mfi_sgl *sgl) in megasas_map_sgl()
329 static int megasas_build_sense(MegasasCmd *cmd, uint8_t *sense_ptr, in megasas_build_sense()
353 static void megasas_write_sense(MegasasCmd *cmd, SCSISense sense) in megasas_write_sense()
[all …]
/openbmc/intel-ipmi-oem/include/
H A Dcommandutils.hpp31 inline static void printRegistration(unsigned int netfn, unsigned int cmd) in printRegistration()
41 ipmi_netfn_t netfn, ipmi_cmd_t cmd, ipmi_context_t context, in ipmiPrintAndRegister()
48 inline static void printCommand(unsigned int netfn, unsigned int cmd) in printCommand()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf.c13 const u8 *cmd, size_t cmd_len, in spi_flash_read_write()
38 int spi_flash_cmd_read(struct spi_slave *spi, const u8 *cmd, in spi_flash_cmd_read()
44 int spi_flash_cmd(struct spi_slave *spi, u8 cmd, void *response, size_t len) in spi_flash_cmd()
49 int spi_flash_cmd_write(struct spi_slave *spi, const u8 *cmd, size_t cmd_len, in spi_flash_cmd_write()
/openbmc/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h136 u32 *cmd = desc_end(desc); in append_cmd() local
187 #define APPEND_CMD_RET(cmd, op) \ argument
210 #define APPEND_CMD(cmd, op) \ argument
218 #define APPEND_CMD_LEN(cmd, op) \ in APPEND_CMD() argument
228 #define APPEND_CMD_PTR(cmd, op) \ argument
257 #define APPEND_SEQ_PTR_INTLEN(cmd, op) \ argument
271 #define APPEND_CMD_PTR_TO_IMM(cmd, op) \ argument
281 #define APPEND_CMD_PTR_EXTLEN(cmd, op) \ argument
295 #define APPEND_CMD_PTR_LEN(cmd, op, type) \ argument
312 #define APPEND_CMD_PTR_TO_IMM2(cmd, op) \ argument
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D155219 cmd = 'drive-mirror' variable in TestDriveMirrorAbsolutePaths
223 cmd = 'drive-mirror' variable in TestDriveMirrorExistingNoBacking
228 cmd = 'drive-mirror' variable in TestDriveMirrorExistingBacking
233 cmd = 'blockdev-mirror' variable in TestBlockdevMirrorNoBacking
238 cmd = 'blockdev-mirror' variable in TestBlockdevMirrorBacking
243 cmd = 'blockdev-mirror' variable in TestBlockdevMirrorForcedBacking
251 cmd = 'blockdev-mirror' variable in TestBlockdevMirrorReopen
272 cmd = 'blockdev-mirror' variable in TestBlockdevMirrorSnapshot
H A D05568 def do_test_cancel(self, cmd, target): argument
83 def do_test_pause(self, cmd, target, image): argument
175 def do_test_device_not_found(self, cmd, **args): argument
213 def do_test_set_speed(self, cmd, target): argument
252 def do_test_set_speed_invalid(self, cmd, target): argument
297 def do_test_cancel(self, cmd, target): argument
318 def do_test_pause(self, cmd, target, image): argument
357 def do_test_medium_not_found(self, cmd, target): argument
503 def do_test_compress_complete(self, cmd, attach_target, **args): argument
527 def do_test_compress_cancel(self, cmd, attach_target, **args): argument
[all …]
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dmailbox_s10.c84 static __always_inline int mbox_prepare_cmd_only(u8 id, u32 cmd, in mbox_prepare_cmd_only()
107 static __always_inline int mbox_send_cmd_only_common(u8 id, u32 cmd, in mbox_send_cmd_only_common()
150 static __always_inline int mbox_send_cmd_common(u8 id, u32 cmd, u8 is_indirect, in mbox_send_cmd_common()
346 static __always_inline int mbox_get_fpga_config_status_common(u32 cmd) in mbox_get_fpga_config_status_common()
383 int mbox_get_fpga_config_status(u32 cmd) in mbox_get_fpga_config_status()
388 int __secure mbox_get_fpga_config_status_psci(u32 cmd) in mbox_get_fpga_config_status_psci()
393 int mbox_send_cmd(u8 id, u32 cmd, u8 is_indirect, u32 len, u32 *arg, in mbox_send_cmd()
400 int __secure mbox_send_cmd_psci(u8 id, u32 cmd, u8 is_indirect, u32 len, in mbox_send_cmd_psci()
408 int mbox_send_cmd_only(u8 id, u32 cmd, u8 is_indirect, u32 len, u32 *arg) in mbox_send_cmd_only()
413 int __secure mbox_send_cmd_only_psci(u8 id, u32 cmd, u8 is_indirect, u32 len, in mbox_send_cmd_only_psci()
/openbmc/u-boot/common/
H A Dcli.c28 int run_command(const char *cmd, int flag) in run_command()
55 int run_command_repeatable(const char *cmd, int flag) in run_command_repeatable()
73 int run_command_list(const char *cmd, int len, int flag) in run_command_list()
172 void cli_secure_boot_cmd(const char *cmd) in cli_secure_boot_cmd()
/openbmc/u-boot/tools/patman/
H A Dcommand.py110 def Output(*cmd, **kwargs):
114 def OutputOneLine(*cmd, **kwargs):
120 def Run(*cmd, **kwargs):
123 def RunList(cmd): argument
/openbmc/u-boot/arch/x86/lib/
H A Dscu.c24 u32 cmd; member
47 static void scu_ipc_send_command(struct ipc_regs *regs, u32 cmd) in scu_ipc_send_command()
85 static int scu_ipc_cmd(struct ipc_regs *regs, u32 cmd, u32 sub, in scu_ipc_cmd()
119 int scu_ipc_raw_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, in scu_ipc_raw_command()
167 int scu_ipc_simple_command(u32 cmd, u32 sub) in scu_ipc_simple_command()
194 int scu_ipc_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, int outlen) in scu_ipc_command()
/openbmc/skeleton/pyipmitest/
H A Dipmi_debug.py18 def header(seq, netfn, lun, cmd): argument
27 def print_request(seq, netfn, lun, cmd, data): argument
33 def print_response(seq, netfn, lun, cmd, cc, data): argument
47 def ReceivedMessage(self, seq, netfn, lun, cmd, data): argument
52 def sendMessage(self, seq, netfn, lun, cmd, ccode, data): argument
/openbmc/phosphor-host-ipmid/
H A Dhost-interface.cpp54 auto cmd = std::make_tuple( in execute() local
63 void Host::commandStatusHandler(IpmiCmdData cmd, bool status) in commandStatusHandler()
91 auto cmd = phosphor::host::command::CommandHandler( in currentFirmwareCondition() local

12345678910>>...28