Searched refs:VIRTIO_NET_F_CTRL_VQ (Results 1 – 4 of 4) sorted by relevance
78 #define VIRTIO_NET_F_CTRL_VQ (1 << 17) /* control channel available */ macro
316 VIRTIO_NET_F_CTRL_VQ | \
51 #define VIRTIO_NET_F_CTRL_VQ 0x020000 /* Control channel available */ macro
345 { VIRTIO_NET_F_CTRL_VQ, "CtrlVq" },788 if (virtio_with_feature(dev, VIRTIO_NET_F_CTRL_VQ)) { in vtnet_setup_features()