Lines Matching refs:features
54 uint64_t features; member
628 rte_vhost_driver_disable_features(const char *path, uint64_t features) in rte_vhost_driver_disable_features() argument
641 vsocket->features &= ~features; in rte_vhost_driver_disable_features()
648 rte_vhost_driver_enable_features(const char *path, uint64_t features) in rte_vhost_driver_enable_features() argument
655 if ((vsocket->supported_features & features) != features) { in rte_vhost_driver_enable_features()
663 vsocket->features |= features; in rte_vhost_driver_enable_features()
671 rte_vhost_driver_set_features(const char *path, uint64_t features) in rte_vhost_driver_set_features() argument
678 vsocket->supported_features = features; in rte_vhost_driver_set_features()
679 vsocket->features = features; in rte_vhost_driver_set_features()
692 rte_vhost_driver_get_features(const char *path, uint64_t *features) in rte_vhost_driver_get_features() argument
710 *features = vsocket->features; in rte_vhost_driver_get_features()
722 *features = vsocket->features & vdpa_features; in rte_vhost_driver_get_features()
904 vsocket->features = VIRTIO_NET_SUPPORTED_FEATURES; in rte_vhost_driver_register()
909 vsocket->features &= ~(1ULL << VHOST_F_LOG_ALL); in rte_vhost_driver_register()
929 vsocket->features &= ~seg_offload_features; in rte_vhost_driver_register()
934 vsocket->features &= ~(1ULL << VIRTIO_F_IOMMU_PLATFORM); in rte_vhost_driver_register()