Searched defs:virtio_user_dev (Results 1 – 2 of 2) sorted by relevance
27 struct virtio_user_dev { struct28 struct virtio_hw hw;29 enum virtio_user_backend_type backend_type;30 bool is_server; /* server or client mode */32 int callfds[VIRTIO_MAX_VIRTQUEUES];33 int kickfds[VIRTIO_MAX_VIRTQUEUES];34 int mac_specified;35 uint32_t max_queue_pairs;36 uint32_t queue_pairs;37 uint32_t queue_size;[all …]
118 int (*fn)(struct virtio_user_dev *, uint32_t)) in virtio_user_queue_setup()