Home
last modified time | relevance | path

Searched refs:command_size (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/misc/ibmasm/
H A Dlowlevel.c22 size_t command_size; in ibmasm_send_i2o_message() local
26 command_size = get_dot_command_size(command->buffer); in ibmasm_send_i2o_message()
27 if (command_size > command->buffer_size) in ibmasm_send_i2o_message()
29 if (command_size > I2O_COMMAND_SIZE) in ibmasm_send_i2o_message()
30 command_size = I2O_COMMAND_SIZE; in ibmasm_send_i2o_message()
36 header.message_size = outgoing_message_size((unsigned int)command_size); in ibmasm_send_i2o_message()
40 memcpy_toio(&message->data, command->buffer, command_size); in ibmasm_send_i2o_message()
H A Ddot_command.h32 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 Ddot_command.c68 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 Dr_heartbeat.c28 .command_size = 3,
/linux/sound/firewire/
H A Dfcp.h29 const void *command, unsigned int command_size,
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c3930 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 …]
H A Dvmwgfx_drv.h988 uint32_t command_size,
/linux/include/uapi/drm/
H A Dqxl_drm.h86 __u32 command_size; member
H A Dvmwgfx_drm.h338 __u32 command_size; member
/linux/drivers/firmware/arm_scmi/
H A Dmsg.c115 .command_size = msg_command_size,
/linux/tools/testing/nvdimm/test/
H A Dnfit.c2356 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()