Home
last modified time | relevance | path

Searched refs:supported_features (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/drivers/vdpa/pds/
H A Dvdpa_dev.c295 return pdsv->supported_features; in pds_vdpa_get_device_features()
313 nego_features = features & pdsv->supported_features; in pds_vdpa_set_driver_features()
641 pdsv->supported_features = mgmt->supported_features; in pds_vdpa_dev_add()
645 add_config->device_features & ~pdsv->supported_features; in pds_vdpa_dev_add()
653 pdsv->supported_features = add_config->device_features; in pds_vdpa_dev_add()
676 if (pdsv->supported_features & BIT_ULL(VIRTIO_NET_F_CTRL_VQ)) in pds_vdpa_dev_add()
707 (pdsv->supported_features & BIT_ULL(VIRTIO_NET_F_MAC))) { in pds_vdpa_dev_add()
834 mgmt->supported_features = le64_to_cpu(vdpa_aux->ident.hw_features); in pds_vdpa_get_mgmt_info()
837 mgmt->supported_features |= BIT_ULL(VIRTIO_NET_F_MAC); in pds_vdpa_get_mgmt_info()
H A Dvdpa_dev.h38 u64 supported_features; /* supported device features */ member
/openbmc/qemu/docs/interop/
H A Dpr-helper.rst29 the features it exposes (``supported_features``). QEMU reads it,
33 If a bit is 1 in ``requested_features`` and 0 in ``supported_features``,
36 ``requested_features`` and 1 in ``supported_features``; in this case,
/openbmc/linux/block/
H A Dopal_proto.h317 u8 supported_features; member
345 u8 supported_features; member
H A Dsed-opal.c375 u8 flags = tper->supported_features; in check_tper()
379 tper->supported_features); in check_tper()
389 u8 sup_feat = lfeat->supported_features; in check_lcksuppt()
397 u8 sup_feat = lfeat->supported_features; in check_lckenabled()
405 u8 sup_feat = lfeat->supported_features; in check_locked()
413 u8 sup_feat = lfeat->supported_features; in check_mbrenabled()
421 u8 sup_feat = lfeat->supported_features; in check_mbrdone()
/openbmc/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c136 vringh_init_iotlb(&vq->vring, vdpasim->dev_attr.supported_features, in vdpasim_vq_reset()
205 ~dev_attr->supported_features) in vdpasim_create()
207 dev_attr->supported_features = in vdpasim_create()
411 return vdpasim->dev_attr.supported_features; in vdpasim_get_device_features()
427 vdpasim->features = features & vdpasim->dev_attr.supported_features; in vdpasim_set_driver_features()
H A Dvdpa_sim.h39 u64 supported_features; member
H A Dvdpa_sim_net.c458 dev_attr.supported_features = VDPASIM_NET_FEATURES; in vdpasim_net_dev_add()
529 .supported_features = VDPASIM_NET_FEATURES,
H A Dvdpa_sim_blk.c420 dev_attr.supported_features = VDPASIM_BLK_FEATURES; in vdpasim_blk_dev_add()
/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_com_cmd.c369 !(edev->supported_features & feature_mask)) in efa_com_check_supported_feature_id()
450 result->supported_features = resp.u.device_attr.supported_features; in efa_com_get_device_attr()
465 edev->supported_features = resp.u.device_attr.supported_features; in efa_com_get_device_attr()
H A Defa_com.h112 u32 supported_features; member
H A Defa_com_cmd.h118 u32 supported_features; member
H A Defa_admin_cmds_defs.h611 u64 supported_features; member
/openbmc/qemu/migration/
H A Dpostcopy-ram.c288 static uint64_t supported_features; in ufd_check_and_apply() local
295 if (!supported_features) { in ufd_check_and_apply()
296 if (!receive_ufd_features(&supported_features)) { in ufd_check_and_apply()
303 if (UFFD_FEATURE_THREAD_ID & supported_features) { in ufd_check_and_apply()
327 have_hp = supported_features & UFFD_FEATURE_MISSING_HUGETLBFS; in ufd_check_and_apply()
/openbmc/linux/include/linux/
H A Dvdpa.h566 u64 supported_features; member
/openbmc/linux/include/linux/ceph/
H A Dlibceph.h129 u64 supported_features; member
/openbmc/linux/net/ceph/
H A Dceph_common.c58 module_param_cb(supported_features, &param_ops_supported_features, NULL,
729 client->supported_features = CEPH_FEATURES_SUPPORTED_DEFAULT; in ceph_create_client()
H A Dmessenger_v1.c400 cpu_to_le64(from_msgr(con->msgr)->supported_features); in prepare_write_connect()
746 u64 sup_feat = from_msgr(con->msgr)->supported_features; in process_connect()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-rbd66 What: /sys/bus/rbd/supported_features
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_com.h316 u32 supported_features; member
H A Dena_admin_defs.h461 u32 supported_features; member
H A Dena_com.c971 !(ena_dev->supported_features & feature_mask)) in ena_com_check_supported_feature_id()
1906 ena_dev->supported_features = get_resp.u.dev_attr.supported_features; in ena_com_get_dev_attr_feat()
1909 if (ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_com_get_dev_attr_feat()
/openbmc/linux/drivers/vdpa/virtio_pci/
H A Dvp_vdpa.c622 mgtdev->supported_features = vp_modern_get_features(mdev); in vp_vdpa_probe()
/openbmc/linux/drivers/vdpa/ifcvf/
H A Difcvf_main.c820 ifcvf_mgmt_dev->mdev.supported_features = vf->hw_features; in ifcvf_probe()
/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h765 __le32 supported_features; member

12