Home
last modified time | relevance | path

Searched refs:VIRTIO_NET_F_CTRL_RX (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.h29 1u << VIRTIO_NET_F_CTRL_RX | \
H A Dvirtio_pci.h96 #define VIRTIO_NET_F_CTRL_RX 18 /* Control channel RX mode support */ macro
H A Dvirtio_ethdev.c770 if (!vtpci_with_feature(hw, VIRTIO_NET_F_CTRL_RX)) { in virtio_dev_promiscuous_enable()
797 if (!vtpci_with_feature(hw, VIRTIO_NET_F_CTRL_RX)) { in virtio_dev_promiscuous_disable()
824 if (!vtpci_with_feature(hw, VIRTIO_NET_F_CTRL_RX)) { in virtio_dev_allmulticast_enable()
851 if (!vtpci_with_feature(hw, VIRTIO_NET_F_CTRL_RX)) { in virtio_dev_allmulticast_disable()
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c427 1ULL << VIRTIO_NET_F_CTRL_RX | \
558 dev->unsupported_features |= (1ull << VIRTIO_NET_F_CTRL_RX); in virtio_user_dev_init()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.h307 (1ULL << VIRTIO_NET_F_CTRL_RX) | \
/f-stack/dpdk/examples/vhost/
H A Dmain.c1631 1ULL << VIRTIO_NET_F_CTRL_RX); in main()