Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dnet_backends.h78 #define VIRTIO_NET_F_CTRL_VQ (1 << 17) /* control channel available */ macro
/freebsd/sys/dev/virtio/network/
H A Dif_vtnetvar.h316 VIRTIO_NET_F_CTRL_VQ | \
H A Dvirtio_net.h51 #define VIRTIO_NET_F_CTRL_VQ 0x020000 /* Control channel available */ macro
H A Dif_vtnet.c345 { VIRTIO_NET_F_CTRL_VQ, "CtrlVq" },
788 if (virtio_with_feature(dev, VIRTIO_NET_F_CTRL_VQ)) { in vtnet_setup_features()