Searched refs:VIRTIO_NET_F_CTRL_VQ (Results 1 – 4 of 4) sorted by relevance
70 #define VIRTIO_NET_F_CTRL_VQ (1 << 17) /* control channel available */ macro
51 #define VIRTIO_NET_F_CTRL_VQ 0x20000 /* Control channel available */ macro
281 VIRTIO_NET_F_CTRL_VQ | \
280 { VIRTIO_NET_F_CTRL_VQ, "ControlVq" },652 if (virtio_with_feature(dev, VIRTIO_NET_F_CTRL_VQ)) { in vtnet_setup_features()