Searched defs:vhost_net (Results 1 – 7 of 7) sorted by relevance
142 struct vhost_net { struct143 struct vhost_dev dev;144 struct vhost_virtqueue vqs[2];145 int backend;146 NetClientState *nc;
132 struct vhost_net { struct134 struct vhost_net_virtqueue vqs[VHOST_NET_VQ_MAX]; argument150 static unsigned vhost_net_zcopy_mask __read_mostly; argument
28 VHostNetState *vhost_net; member
62 VHostNetState *vhost_net; member
38 VHostNetState *vhost_net; member
510 VHostNetState *vhost_net = 0; in get_vhost_net() local
292 option('vhost_net', type: 'feature', value: 'auto', feature