Searched refs:VIRTIO_NET_F_CTRL_VLAN (Results 1 – 4 of 4) sorted by relevance
78 #define VIRTIO_NET_F_CTRL_VLAN (1 << 19) /* control channel VLAN filtering */ macro
317 VIRTIO_NET_F_CTRL_VLAN | \
55 #define VIRTIO_NET_F_CTRL_VLAN 0x080000 /* Control channel VLAN filtering */ macro
328 { VIRTIO_NET_F_CTRL_VLAN, "CtrlVLANFilter" },780 if (virtio_with_feature(dev, VIRTIO_NET_F_CTRL_VLAN)) in vtnet_setup_features()3223 features &= ~VIRTIO_NET_F_CTRL_VLAN; in vtnet_virtio_reinit()