Searched defs:command_size (Results 1 - 5 of 5) sorted by relevance

/drivers/misc/ibmasm/
H A Dlowlevel.c36 unsigned int command_size; local
44 command_size = get_dot_command_size(command->buffer);
45 header.message_size = outgoing_message_size(command_size);
50 memcpy_toio(&message->data, command->buffer, command_size);
H A Ddot_command.h46 u8 command_size; member in struct:dot_command_header
56 return sizeof(struct dot_command_header) + cmd->command_size + cmd->data_size;
66 if (header->command_size == 3) {
69 } else if (header->command_size == 2) {
/drivers/target/
H A Dtarget_core_user.c280 size_t base_command_size, command_size; local
303 command_size = base_command_size
306 WARN_ON(command_size & (TCMU_OP_ALIGN_SIZE-1));
312 if ((command_size > (udev->cmdr_size / 2))
315 "cmd/data ring buffers\n", command_size, tcmu_cmd->data_length,
318 while (!is_ring_space_avail(udev, command_size, tcmu_cmd->data_length)) {
340 if (head_to_end(cmd_head, udev->cmdr_size) < command_size) {
357 tcmu_hdr_set_len(&entry->hdr, command_size);
413 UPDATE_HEAD(mb->cmd_head, command_size, udev->cmdr_size);
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c2424 uint32_t command_size,
2445 ret = vmw_resize_cmd_bounce(sw_context, command_size);
2451 user_commands, command_size);
2482 command_size);
2522 cmd = vmw_fifo_reserve(dev_priv, command_size);
2530 memcpy(cmd, kernel_commands, command_size);
2535 vmw_fifo_commit(dev_priv, command_size);
2778 NULL, arg->command_size, arg->throttle_us,
2420 vmw_execbuf_process(struct drm_file *file_priv, struct vmw_private *dev_priv, void __user *user_commands, void *kernel_commands, uint32_t command_size, uint64_t throttle_us, struct drm_vmw_fence_rep __user *user_fence_rep, struct vmw_fence_obj **out_fence) argument
/drivers/usb/misc/
H A Dftdi-elan.c373 int command_size = ftdi->command_next - local
375 if (command_size < COMMAND_SIZE) {
395 int command_size = ftdi->command_next - local
397 if (command_size < COMMAND_SIZE) {
431 int command_size = ftdi->command_next - local
433 if (command_size < COMMAND_SIZE) {
738 char *buf, int command_size, int total_size)
742 int I = command_size;
764 static int ftdi_elan_total_command_size(struct usb_ftdi *ftdi, int command_size) argument
767 int I = command_size;
737 fill_buffer_with_all_queued_commands(struct usb_ftdi *ftdi, char *buf, int command_size, int total_size) argument
783 int command_size = ftdi->command_next - ftdi->command_head; local
1248 int command_size; local
1280 int command_size; local
1312 int command_size; local
1351 int command_size; local
1394 int command_size; local
1438 int command_size; local
1499 int command_size; local
1556 int command_size; local
1621 int command_size; local
1678 int command_size; local
1757 int command_size; local
1827 int command_size = ftdi->command_next - local
[all...]

Completed in 163 milliseconds