Home
last modified time | relevance | path

Searched refs:VIRTIO_NET_F_CTRL_VLAN (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.h28 1u << VIRTIO_NET_F_CTRL_VLAN | \
H A Dvirtio.h28 #define VIRTIO_NET_F_CTRL_VLAN 19 /* Control channel VLAN filtering */ macro
H A Dvirtio_ethdev.c1448 if (!virtio_with_feature(hw, VIRTIO_NET_F_CTRL_VLAN)) in virtio_vlan_filter_set()
2651 !virtio_with_feature(hw, VIRTIO_NET_F_CTRL_VLAN)) { in virtio_dev_configure()
3007 !virtio_with_feature(hw, VIRTIO_NET_F_CTRL_VLAN)) { in virtio_dev_vlan_offload_set()
3048 if (host_features & (1ULL << VIRTIO_NET_F_CTRL_VLAN)) in virtio_dev_info_get()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c549 1ULL << VIRTIO_NET_F_CTRL_VLAN | \
641 dev->unsupported_features |= (1ull << VIRTIO_NET_F_CTRL_VLAN); in virtio_user_dev_init()