| /linux/drivers/misc/ibmasm/ |
| H A D | dot_command.h | 32 u8 command_size; member 42 return sizeof(struct dot_command_header) + cmd->command_size + cmd->data_size; in get_dot_command_size() 52 if (header->command_size == 3) { in get_dot_command_timeout() 55 } else if (header->command_size == 2) { in get_dot_command_timeout()
|
| H A D | lowlevel.c | 22 unsigned int command_size; in ibmasm_send_i2o_message() local 30 command_size = get_dot_command_size(command->buffer); in ibmasm_send_i2o_message() 31 header.message_size = outgoing_message_size(command_size); in ibmasm_send_i2o_message() 36 memcpy_toio(&message->data, command->buffer, command_size); in ibmasm_send_i2o_message()
|
| H A D | dot_command.c | 68 header->command_size = 4; in ibmasm_send_driver_vpd() 79 vpd_data = vpd_command + header->command_size; in ibmasm_send_driver_vpd() 122 os_state_cmd->header.command_size = 3; in ibmasm_send_os_state()
|
| H A D | r_heartbeat.c | 28 .command_size = 3,
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_ioctl.c | 164 if (cmd->command_size > PAGE_SIZE - sizeof(union qxl_release_info)) in qxl_process_single_command() 168 cmd->command_size)) in qxl_process_single_command() 177 cmd->command_size, in qxl_process_single_command() 188 u64_to_user_ptr(cmd->command), cmd->command_size); in qxl_process_single_command()
|
| /linux/drivers/gpu/nova-core/gsp/ |
| H A D | cmdq.rs | 498 let command_size = size_of::<M::Command>() + command.variable_payload_len(); in send_command() localVariable 499 let dst = self.gsp_mem.allocate_command(command_size)?; in send_command() 505 let msg_element = GspMsgElement::init(self.seq, command_size, M::FUNCTION); in send_command() 514 if command_size > size_of::<M::Command>() { in send_command()
|
| /linux/sound/firewire/ |
| H A D | fcp.h | 29 const void *command, unsigned int command_size,
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_execbuf.c | 3930 void *kernel_commands, u32 command_size, in vmw_execbuf_submit_fifo() argument 3936 cmd = VMW_CMD_CTX_RESERVE(dev_priv, command_size, in vmw_execbuf_submit_fifo() 3939 cmd = VMW_CMD_RESERVE(dev_priv, command_size); in vmw_execbuf_submit_fifo() 3945 memcpy(cmd, kernel_commands, command_size); in vmw_execbuf_submit_fifo() 3948 vmw_cmd_commit(dev_priv, command_size); in vmw_execbuf_submit_fifo() 3967 u32 command_size, in vmw_execbuf_submit_cmdbuf() argument 3972 void *cmd = vmw_cmdbuf_reserve(dev_priv->cman, command_size, id, false, in vmw_execbuf_submit_cmdbuf() 3978 vmw_cmdbuf_commit(dev_priv->cman, command_size, header, false); in vmw_execbuf_submit_cmdbuf() 4009 void *kernel_commands, u32 command_size, in vmw_execbuf_cmdbuf() argument 4016 if (command_size > SVGA_CB_MAX_SIZE) { in vmw_execbuf_cmdbuf() [all …]
|
| /linux/drivers/target/ |
| H A D | target_core_user.c | 904 size_t command_size; in tcmu_cmd_get_cmd_size() local 906 command_size = base_command_size + in tcmu_cmd_get_cmd_size() 910 WARN_ON(command_size & (TCMU_OP_ALIGN_SIZE-1)); in tcmu_cmd_get_cmd_size() 912 return command_size; in tcmu_cmd_get_cmd_size() 1016 size_t base_command_size, command_size; in queue_cmd_ring() local 1058 command_size = tcmu_cmd_get_cmd_size(tcmu_cmd, base_command_size); in queue_cmd_ring() 1060 if (command_size > (udev->cmdr_size / 2)) { in queue_cmd_ring() 1062 command_size, udev->cmdr_size); in queue_cmd_ring() 1068 if (!is_ring_space_avail(udev, command_size)) in queue_cmd_ring() 1088 cmd_head = ring_insert_padding(udev, command_size); in queue_cmd_ring() [all …]
|
| /linux/include/uapi/drm/ |
| H A D | qxl_drm.h | 86 __u32 command_size; member
|
| H A D | vmwgfx_drm.h | 338 __u32 command_size; member
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | msg.c | 115 .command_size = msg_command_size,
|
| H A D | common.h | 433 size_t (*command_size)(struct scmi_xfer *xfer); member
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | nfit.c | 2356 dcr->command_size = 8; in nfit_test0_setup() 2372 dcr->command_size = 8; in nfit_test0_setup() 2388 dcr->command_size = 8; in nfit_test0_setup() 2404 dcr->command_size = 8; in nfit_test0_setup() 2565 dcr->command_size = 8; in nfit_test0_setup()
|