Home
last modified time | relevance | path

Searched defs:vdev_info (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/tools/virtio/
Dvhost_net_test.c45 struct vdev_info { struct
60 static int tun_alloc(struct vdev_info *dev, char *tun_name) in tun_alloc() argument
Dvirtio_test.c38 struct vdev_info { struct
39 struct virtio_device vdev;
40 int control;
41 struct pollfd fds[1];
42 struct vq_info vqs[1];
43 int nvqs;
44 void *buf;
68 void vhost_vq_setup(struct vdev_info *dev, struct vq_info *info) in vhost_vq_setup() argument
/linux-6.14.4/drivers/net/ethernet/cisco/enic/
Denic.h244 #define vdev_info(vdev, fmt, ...) \ macro