Searched refs:command_buffer (Results 1 – 4 of 4) sorted by relevance
142 struct goldfish_pipe_command *command_buffer; member221 pipe->command_buffer->cmd = cmd; in goldfish_pipe_cmd_locked()223 pipe->command_buffer->status = PIPE_ERROR_INVAL; in goldfish_pipe_cmd_locked()225 return pipe->command_buffer->status; in goldfish_pipe_cmd_locked()352 pipe->command_buffer); in transfer_max_buffers()717 pipe->command_buffer = in goldfish_pipe_open()719 if (!pipe->command_buffer) { in goldfish_pipe_open()734 pipe->command_buffer->id = id; in goldfish_pipe_open()740 (u64)(unsigned long)__pa(pipe->command_buffer); in goldfish_pipe_open()754 free_page((unsigned long)pipe->command_buffer); in goldfish_pipe_open()[all …]
11 common/command_buffer.o common/hw_queue.o common/irq.o \
74 __u8 command_buffer[1]; member
350 offsetof(struct smi_cmd, command_buffer); in smi_request_store()
Completed in 26 milliseconds