Searched defs:virtio_pipe (Results 1 – 3 of 3) sorted by relevance
84 struct virtio_pipe { struct85 struct fd_pipe base;86 uint32_t pipe;87 uint32_t gpu_id;88 uint64_t chip_id;89 uint64_t gmem_base;90 uint32_t gmem;91 uint32_t queue_id;92 uint32_t ring_idx;93 struct slab_parent_pool ring_pool;[all …]
15 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in query_param() local58 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in virtio_pipe_get_param() local100 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in virtio_pipe_finish() local153 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in open_submitqueue() local187 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in virtio_pipe_destroy() local216 struct virtio_pipe *virtio_pipe = NULL; in virtio_pipe_new() local
37 struct virtio_pipe *virtio_pipe = to_virtio_pipe(fd_submit->base.pipe); in flush_submit_list() local