Home
last modified time | relevance | path

Searched defs:VIRTIO_NET_F_CTRL_VQ (Results 1 – 2 of 2) 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 Dvirtio_net.h51 #define VIRTIO_NET_F_CTRL_VQ (1ULL << 17) /* Control channel available */ macro