Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.h30 1u << VIRTIO_NET_F_CTRL_VLAN | \
H A Dvirtio_pci.h97 #define VIRTIO_NET_F_CTRL_VLAN 19 /* Control channel VLAN filtering */ macro
H A Dvirtio_ethdev.c1283 if (!vtpci_with_feature(hw, VIRTIO_NET_F_CTRL_VLAN)) in virtio_vlan_filter_set()
2294 && !vtpci_with_feature(hw, VIRTIO_NET_F_CTRL_VLAN)) { in virtio_dev_configure()
2605 !vtpci_with_feature(hw, VIRTIO_NET_F_CTRL_VLAN)) { in virtio_dev_vlan_offload_set()
2643 if (host_features & (1ULL << VIRTIO_NET_F_CTRL_VLAN)) in virtio_dev_info_get()
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c428 1ULL << VIRTIO_NET_F_CTRL_VLAN | \
559 dev->unsupported_features |= (1ull << VIRTIO_NET_F_CTRL_VLAN); in virtio_user_dev_init()