Home
last modified time | relevance | path

Searched refs:VIRTIO_NET_F_CTRL_VQ (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/usr.sbin/bhyve/
H A Dnet_backends.h70 #define VIRTIO_NET_F_CTRL_VQ (1 << 17) /* control channel available */ macro
/freebsd-12.1/sys/dev/virtio/network/
H A Dvirtio_net.h51 #define VIRTIO_NET_F_CTRL_VQ 0x20000 /* Control channel available */ macro
H A Dif_vtnetvar.h281 VIRTIO_NET_F_CTRL_VQ | \
H A Dif_vtnet.c280 { VIRTIO_NET_F_CTRL_VQ, "ControlVq" },
652 if (virtio_with_feature(dev, VIRTIO_NET_F_CTRL_VQ)) { in vtnet_setup_features()