Searched refs:command_buffer (Results 1 – 2 of 2) sorted by relevance
140 struct goldfish_pipe_command *command_buffer; member219 pipe->command_buffer->cmd = cmd; in goldfish_pipe_cmd_locked()221 pipe->command_buffer->status = PIPE_ERROR_INVAL; in goldfish_pipe_cmd_locked()223 return pipe->command_buffer->status; in goldfish_pipe_cmd_locked()350 pipe->command_buffer); in transfer_max_buffers()356 *consumed_size = pipe->command_buffer->rw_params.consumed_size; in transfer_max_buffers()715 pipe->command_buffer = in goldfish_pipe_open()717 if (!pipe->command_buffer) { in goldfish_pipe_open()732 pipe->command_buffer->id = id; in goldfish_pipe_open()738 (u64)(unsigned long)__pa(pipe->command_buffer); in goldfish_pipe_open()[all …]
351 offsetof(struct smi_cmd, command_buffer); in smi_request_store()