Searched defs:virtio_pipe (Results 1 – 3 of 3) sorted by relevance
114 struct virtio_pipe { struct115 struct fd_pipe base;116 uint32_t pipe;117 uint32_t gpu_id;118 uint64_t chip_id;119 uint64_t gmem_base;120 uint32_t gmem;121 uint32_t queue_id;122 uint32_t ring_idx;123 struct slab_parent_pool ring_pool;[all …]
32 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in query_param() local78 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in virtio_pipe_get_param() local148 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in open_submitqueue() local182 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in virtio_pipe_destroy() local233 struct virtio_pipe *virtio_pipe = NULL; in virtio_pipe_new() local
54 struct virtio_pipe *virtio_pipe = to_virtio_pipe(fd_submit->base.pipe); in flush_submit_list() local