Searched refs:supported_features (Results 1 – 5 of 5) sorted by relevance
53 uint64_t supported_features; member649 if ((vsocket->supported_features & features) != features) { in rte_vhost_driver_enable_features()672 vsocket->supported_features = features; in rte_vhost_driver_set_features()888 vsocket->supported_features = VIRTIO_NET_SUPPORTED_FEATURES; in rte_vhost_driver_register()893 vsocket->supported_features &= ~(1ULL << VHOST_F_LOG_ALL); in rte_vhost_driver_register()914 vsocket->supported_features &= ~seg_offload_features; in rte_vhost_driver_register()919 vsocket->supported_features &= ~(1ULL << VIRTIO_F_IOMMU_PLATFORM); in rte_vhost_driver_register()
313 u32 supported_features; member
1008 !(ena_dev->supported_features & feature_mask)) in ena_com_check_supported_feature_id()1991 ena_dev->supported_features = get_resp.u.dev_attr.supported_features; in ena_com_get_dev_attr_feat()1993 if (ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_com_get_dev_attr_feat()
458 uint32_t supported_features; member
1007 if (ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_calc_io_queue_size()1955 if (!(ena_dev->supported_features & llq_feature_mask)) { in ena_set_queues_placement_policy()1992 if (ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_calc_max_io_queue_num()