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

/freebsd-10.0-release/sys/dev/virtio/network/
H A Dvirtio_net.h49 #define VIRTIO_NET_F_CTRL_VQ 0x20000 /* Control channel available */ macro
H A Dif_vtnetvar.h258 VIRTIO_NET_F_CTRL_VQ | \
H A Dif_vtnet.c271 { VIRTIO_NET_F_CTRL_VQ, "ControlVq" },
609 if (virtio_with_feature(dev, VIRTIO_NET_F_CTRL_VQ)) {
/freebsd-10.0-release/usr.sbin/bhyve/
H A Dpci_virtio_net.c78 #define VIRTIO_NET_F_CTRL_VQ (1 << 17) /* control channel available */ macro

Completed in 85 milliseconds