Home
last modified time | relevance | path

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

/openbmc/linux/tools/virtio/
H A 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
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic.h204 #define vdev_info(vdev, fmt, ...) \ macro