Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Dnet_backends.h78 #define VIRTIO_NET_F_CTRL_VQ (1 << 17) /* control channel available */ macro
/freebsd-14.2/sys/dev/virtio/network/
H A Dif_vtnetvar.h318 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.c331 { VIRTIO_NET_F_CTRL_VQ, "CtrlVq" },
777 if (virtio_with_feature(dev, VIRTIO_NET_F_CTRL_VQ)) { in vtnet_setup_features()