Home
last modified time | relevance | path

Searched refs:VIRTIO_NET_F_MQ (Results 1 – 11 of 11) sorted by relevance

/dpdk/lib/vhost/
H A Drte_vhost.h48 #ifndef VIRTIO_NET_F_MQ
49 #define VIRTIO_NET_F_MQ 22 macro
H A Dvhost.h402 (1ULL << VIRTIO_NET_F_MQ) | \
H A Dvhost_user.c386 !(dev->features & (1ULL << VIRTIO_NET_F_MQ))) { in vhost_user_set_features()
/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.h24 1u << VIRTIO_NET_F_MQ | \
H A Dvirtio.h31 #define VIRTIO_NET_F_MQ 22 /* Device supports Receive Flow Steering */ macro
H A Dvirtio_ethdev.c2279 if (virtio_with_feature(hw, VIRTIO_NET_F_MQ) || in virtio_init_device()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_kernel.c152 *features |= (1ull << VIRTIO_NET_F_MQ); in vhost_kernel_get_features()
169 features &= ~(1ULL << VIRTIO_NET_F_MQ); in vhost_kernel_set_features()
H A Dvirtio_user_dev.c545 1ULL << VIRTIO_NET_F_MQ | \
644 dev->unsupported_features |= (1ull << VIRTIO_NET_F_MQ); in virtio_user_dev_init()
H A Dvhost_vdpa.c138 *features &= ~(1ULL << VIRTIO_NET_F_MQ); in vhost_vdpa_get_features()
H A Dvhost_user.c344 dev->unsupported_features |= (1ull << VIRTIO_NET_F_MQ); in vhost_user_get_features()
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c32 (1ULL << VIRTIO_NET_F_MQ) | \