Home
last modified time | relevance | path

Searched refs:VIRTIO_NET_F_CTRL_VQ (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.h28 1u << VIRTIO_NET_F_CTRL_VQ | \
H A Dvirtio_pci.h95 #define VIRTIO_NET_F_CTRL_VQ 17 /* Control channel available */ macro
H A Dvirtio_ethdev.c398 if (vtpci_with_feature(hw, VIRTIO_NET_F_CTRL_VQ)) in virtio_get_nr_vq()
1758 if (vtpci_with_feature(hw, VIRTIO_NET_F_CTRL_VQ)) { in virtio_init_device()
2287 if (vtpci_with_feature(hw, VIRTIO_NET_F_CTRL_VQ)) in virtio_dev_configure()
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c142 features &= ~(1ull << VIRTIO_NET_F_CTRL_VQ); in virtio_user_dev_set_features()
426 1ULL << VIRTIO_NET_F_CTRL_VQ | \
554 dev->frontend_features |= (1ull << VIRTIO_NET_F_CTRL_VQ); in virtio_user_dev_init()
556 dev->unsupported_features |= (1ull << VIRTIO_NET_F_CTRL_VQ); in virtio_user_dev_init()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.h306 (1ULL << VIRTIO_NET_F_CTRL_VQ) | \
H A Dvhost_crypto.c41 (1ULL << VIRTIO_NET_F_CTRL_VQ) | \
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c1230 (1ULL << VIRTIO_NET_F_CTRL_VQ) | in ifcvf_pci_probe()