Home
last modified time | relevance | path

Searched defs:virtio_user_dev (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.h27 struct virtio_user_dev { struct
28 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 …]
H A Dvirtio_user_dev.c118 int (*fn)(struct virtio_user_dev *, uint32_t)) in virtio_user_queue_setup()