Searched defs:virtio_pipe (Results 1 – 3 of 3) sorted by relevance
103 struct virtio_pipe { struct104 struct fd_pipe base;105 uint32_t pipe;106 uint32_t gpu_id;107 uint64_t chip_id;108 uint64_t gmem_base;109 uint32_t gmem;110 uint32_t queue_id;111 uint32_t ring_idx;112 struct slab_parent_pool ring_pool;[all …]
33 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in query_param() local76 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in virtio_pipe_get_param() local163 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in open_submitqueue() local197 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in virtio_pipe_destroy() local225 struct virtio_pipe *virtio_pipe = NULL; in virtio_pipe_new() local
55 struct virtio_pipe *virtio_pipe = to_virtio_pipe(fd_submit->base.pipe); in flush_submit_list() local