Searched refs:VIRTIO_NET_F_CTRL_VLAN (Results 1 – 4 of 4) sorted by relevance
80 #define VIRTIO_NET_F_CTRL_VLAN (1 << 19) /* control channel VLAN filtering */ macro
319 VIRTIO_NET_F_CTRL_VLAN | \
53 #define VIRTIO_NET_F_CTRL_VLAN 0x080000 /* Control channel VLAN filtering */ macro
347 { VIRTIO_NET_F_CTRL_VLAN, "CtrlVLANFilter" },793 if (virtio_with_feature(dev, VIRTIO_NET_F_CTRL_VLAN)) in vtnet_setup_features()3268 features &= ~VIRTIO_NET_F_CTRL_VLAN; in vtnet_virtio_reinit()