Searched refs:supported_features (Results 1 – 20 of 20) sorted by relevance
295 return pdsv->supported_features; in pds_vdpa_get_device_features()313 nego_features = features & pdsv->supported_features; in pds_vdpa_set_driver_features()655 pdsv->supported_features = mgmt->supported_features; in pds_vdpa_dev_add()659 add_config->device_features & ~pdsv->supported_features; in pds_vdpa_dev_add()667 pdsv->supported_features = add_config->device_features; in pds_vdpa_dev_add()690 if (pdsv->supported_features & BIT_ULL(VIRTIO_NET_F_CTRL_VQ)) in pds_vdpa_dev_add()721 (pdsv->supported_features & BIT_ULL(VIRTIO_NET_F_MAC))) { in pds_vdpa_dev_add()848 mgmt->supported_features = le64_to_cpu(vdpa_aux->ident.hw_features); in pds_vdpa_get_mgmt_info()851 mgmt->supported_features |= BIT_ULL(VIRTIO_NET_F_MAC); in pds_vdpa_get_mgmt_info()
38 u64 supported_features; /* supported device features */ member
136 vringh_init_iotlb(&vq->vring, vdpasim->dev_attr.supported_features, in vdpasim_vq_reset()207 ~dev_attr->supported_features) in vdpasim_create()209 dev_attr->supported_features = in vdpasim_create()428 return vdpasim->dev_attr.supported_features; in vdpasim_get_device_features()444 vdpasim->features = features & vdpasim->dev_attr.supported_features; in vdpasim_set_driver_features()
39 u64 supported_features; member
476 dev_attr.supported_features = VDPASIM_NET_FEATURES; in vdpasim_net_dev_add()548 .supported_features = VDPASIM_NET_FEATURES,
420 dev_attr.supported_features = VDPASIM_BLK_FEATURES; in vdpasim_blk_dev_add()
382 !(edev->supported_features & feature_mask)) in efa_com_check_supported_feature_id()463 result->supported_features = resp.u.device_attr.supported_features; in efa_com_get_device_attr()480 edev->supported_features = resp.u.device_attr.supported_features; in efa_com_get_device_attr()
112 u32 supported_features; member
121 u32 supported_features; member
696 u64 supported_features; member
372 u32 supported_features; member
542 u32 supported_features; member
968 !(ena_dev->supported_features & feature_mask)) in ena_com_check_supported_feature_id()2200 ena_dev->supported_features = get_resp.u.dev_attr.supported_features; in ena_com_get_dev_attr_feat()2203 if (ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_com_get_dev_attr_feat()
2906 if (ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_calc_io_queue_size()3027 !!(ena_dev->supported_features & BIT(ENA_ADMIN_LLQ)); in set_default_llq_configurations()3051 if (!(ena_dev->supported_features & llq_feature_mask)) { in ena_set_queues_placement_policy()3722 if (ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_calc_max_io_queue_num()
652 mgtdev->supported_features = vp_modern_get_features(mdev); in vp_vdpa_probe()
835 ifcvf_mgmt_dev->mdev.supported_features = vf->hw_features; in ifcvf_probe()
644 mgmt_dev->mdev.supported_features = oct_hw->features; in octep_vdpa_setup_task()
511 mdev->supported_features, VDPA_ATTR_PAD)) { in vdpa_mgmtdev_fill()
3838 device_features = mgtdev->mgtdev.supported_features; in mlx5_vdpa_dev_add()4103 mgtdev->mgtdev.supported_features = get_supported_features(mdev); in mlx5v_probe()
550 static BUS_ATTR_RO(supported_features);
Completed in 90 milliseconds