Home
last modified time | relevance | path

Searched refs:vhost_get_features (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/hw/scsi/
H A Dvhost-scsi-common.c133 return vhost_get_features(&vsc->dev, vsc->feature_bits, features); in vhost_scsi_common_get_features()
/openbmc/qemu/hw/virtio/
H A Dvhost-user-vsock.c87 features = vhost_get_features(&vvc->vhost_dev, user_feature_bits, features); in vuv_get_features()
H A Dvhost-vsock-common.c38 features = vhost_get_features(&vvc->vhost_dev, feature_bits, features); in vhost_vsock_common_get_features()
H A Dvhost-user-scmi.c143 return vhost_get_features(&scmi->vhost_dev, feature_bits, features); in vu_scmi_get_features()
H A Dvhost-backend.c
H A Dvhost-user-fs.c152 return vhost_get_features(&fs->vhost_dev, user_feature_bits, features); in vuf_get_features()
H A Dvhost.c1546 r = hdev->vhost_ops->vhost_get_features(hdev, &features64); in vhost_dev_init()
1578 error_setg_errno(errp, -r, "vhost_get_features failed"); in vhost_dev_init()
1862 uint64_t vhost_get_features(struct vhost_dev *hdev, const int *feature_bits, vhost_get_features() function
H A Dvhost-vdpa.c1602 .vhost_get_features = vhost_vdpa_get_features,
H A Dvhost-user.c3041 .vhost_get_features = vhost_user_get_features,
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h329 * This is the extended variant of vhost_get_features(), supporting the
338 * vhost_get_features() - return a sanitised set of feature bits
347 static inline uint64_t vhost_get_features(struct vhost_dev *hdev,
H A Dvhost-backend.h196 vhost_get_features_op vhost_get_features;
190 vhost_get_features_op vhost_get_features; global() member
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c288 return vhost_get_features(&s->dev, user_feature_bits, features); in vhost_user_blk_get_features()
/openbmc/qemu/hw/net/
H A Dvhost_net.c