| /linux/tools/perf/ |
| H A D | builtin-check.c | 37 struct feature_status supported_features[] = { variable 107 for (int i = 0; supported_features[i].name; ++i) { in has_support() 108 if ((strcasecmp(feature, supported_features[i].name) == 0) || in has_support() 109 (strcasecmp(feature, supported_features[i].macro) == 0)) { in has_support() 111 feature_status__printf(&supported_features[i]); in has_support() 112 return supported_features[i].is_builtin; in has_support()
|
| H A D | builtin-version.c | 31 for (int i = 0; supported_features[i].name; ++i) in library_status() 32 feature_status__printf(&supported_features[i]); in library_status()
|
| H A D | builtin.h | 12 extern struct feature_status supported_features[];
|
| /linux/drivers/vdpa/pds/ |
| H A D | vdpa_dev.c | 295 return pdsv->supported_features; in pds_vdpa_get_device_features() 313 nego_features = features & pdsv->supported_features; in pds_vdpa_set_driver_features() 656 pdsv->supported_features = mgmt->supported_features; in pds_vdpa_dev_add() 660 add_config->device_features & ~pdsv->supported_features; in pds_vdpa_dev_add() 668 pdsv->supported_features = add_config->device_features; in pds_vdpa_dev_add() 691 if (pdsv->supported_features & BIT_ULL(VIRTIO_NET_F_CTRL_VQ)) in pds_vdpa_dev_add() 722 (pdsv->supported_features & BIT_ULL(VIRTIO_NET_F_MAC))) { in pds_vdpa_dev_add() 849 mgmt->supported_features = le64_to_cpu(vdpa_aux->ident.hw_features); in pds_vdpa_get_mgmt_info() 852 mgmt->supported_features |= BIT_ULL(VIRTIO_NET_F_MAC); in pds_vdpa_get_mgmt_info()
|
| H A D | vdpa_dev.h | 38 u64 supported_features; /* supported device features */ member
|
| /linux/block/ |
| H A D | opal_proto.h | 317 u8 supported_features; member 345 u8 supported_features; member
|
| H A D | sed-opal.c | 376 u8 flags = tper->supported_features; in check_tper() 380 tper->supported_features); in check_tper() 390 u8 sup_feat = lfeat->supported_features; in check_lcksuppt() 398 u8 sup_feat = lfeat->supported_features; in check_lckenabled() 406 u8 sup_feat = lfeat->supported_features; in check_locked() 414 u8 sup_feat = lfeat->supported_features; in check_mbrenabled() 422 u8 sup_feat = lfeat->supported_features; in check_mbrdone()
|
| /linux/drivers/vdpa/vdpa_sim/ |
| H A D | vdpa_sim.c | 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() 426 return vdpasim->dev_attr.supported_features; in vdpasim_get_device_features() 442 vdpasim->features = features & vdpasim->dev_attr.supported_features; in vdpasim_set_driver_features()
|
| H A D | vdpa_sim.h | 39 u64 supported_features; member
|
| H A D | vdpa_sim_net.c | 476 dev_attr.supported_features = VDPASIM_NET_FEATURES; in vdpasim_net_dev_add() 548 .supported_features = VDPASIM_NET_FEATURES,
|
| H A D | vdpa_sim_blk.c | 420 dev_attr.supported_features = VDPASIM_BLK_FEATURES; in vdpasim_blk_dev_add()
|
| /linux/include/linux/ceph/ |
| H A D | libceph.h | 129 u64 supported_features; member
|
| /linux/net/ceph/ |
| H A D | ceph_common.c | 58 module_param_cb(supported_features, ¶m_ops_supported_features, NULL, 728 client->supported_features = CEPH_FEATURES_SUPPORTED_DEFAULT; in ceph_create_client()
|
| H A D | messenger_v1.c | 396 cpu_to_le64(from_msgr(con->msgr)->supported_features); in prepare_write_connect() 742 u64 sup_feat = from_msgr(con->msgr)->supported_features; in process_connect()
|
| H A D | messenger_v2.c | 1475 global_id, con->v2.global_seq, client->supported_features, in prepare_client_ident() 1491 ceph_encode_64(&p, client->supported_features); in prepare_client_ident() 2536 WARN_ON(required_features & ~client->supported_features); in process_server_ident() 2573 client->supported_features, missing_features); in process_ident_missing_features()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-rbd | 66 What: /sys/bus/rbd/supported_features
|
| /linux/drivers/net/ethernet/amazon/ena/ |
| H A D | ena_com.h | 372 u32 supported_features; member
|
| H A D | ena_admin_defs.h | 542 u32 supported_features; member
|
| H A D | ena_com.c | 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()
|
| H A D | ena_netdev.c | 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()
|
| /linux/drivers/vdpa/virtio_pci/ |
| H A D | vp_vdpa.c | 653 mgtdev->supported_features = vp_modern_get_features(mdev); in vp_vdpa_probe()
|
| /linux/drivers/vdpa/ifcvf/ |
| H A D | ifcvf_main.c | 836 ifcvf_mgmt_dev->mdev.supported_features = vf->hw_features; in ifcvf_probe()
|
| /linux/include/net/bluetooth/ |
| H A D | mgmt.h | 773 __le32 supported_features; member
|
| /linux/drivers/vdpa/octeon_ep/ |
| H A D | octep_vdpa_main.c | 644 mgmt_dev->mdev.supported_features = oct_hw->features; in octep_vdpa_setup_task()
|
| /linux/drivers/vdpa/mlx5/net/ |
| H A D | mlx5_vnet.c | 3848 device_features = mgtdev->mgtdev.supported_features; in mlx5_vdpa_dev_add() 4119 mgtdev->mgtdev.supported_features = get_supported_features(mdev); in mlx5v_probe()
|