Lines Matching refs:features
54 uint64_t features; member
622 rte_vhost_driver_disable_features(const char *path, uint64_t features) in rte_vhost_driver_disable_features() argument
635 vsocket->features &= ~features; in rte_vhost_driver_disable_features()
642 rte_vhost_driver_enable_features(const char *path, uint64_t features) in rte_vhost_driver_enable_features() argument
649 if ((vsocket->supported_features & features) != features) { in rte_vhost_driver_enable_features()
657 vsocket->features |= features; in rte_vhost_driver_enable_features()
665 rte_vhost_driver_set_features(const char *path, uint64_t features) in rte_vhost_driver_set_features() argument
672 vsocket->supported_features = features; in rte_vhost_driver_set_features()
673 vsocket->features = features; in rte_vhost_driver_set_features()
686 rte_vhost_driver_get_features(const char *path, uint64_t *features) in rte_vhost_driver_get_features() argument
703 *features = vsocket->features; in rte_vhost_driver_get_features()
713 *features = vsocket->features & vdpa_features; in rte_vhost_driver_get_features()
889 vsocket->features = VIRTIO_NET_SUPPORTED_FEATURES; in rte_vhost_driver_register()
894 vsocket->features &= ~(1ULL << VHOST_F_LOG_ALL); in rte_vhost_driver_register()
915 vsocket->features &= ~seg_offload_features; in rte_vhost_driver_register()
920 vsocket->features &= ~(1ULL << VIRTIO_F_IOMMU_PLATFORM); in rte_vhost_driver_register()