Searched refs:vhost_get_features (Results 1 – 13 of 13) sorted by relevance
| /openbmc/qemu/hw/scsi/ |
| H A D | vhost-scsi-common.c | 133 return vhost_get_features(&vsc->dev, vsc->feature_bits, features); in vhost_scsi_common_get_features()
|
| /openbmc/qemu/hw/virtio/ |
| H A D | vhost-user-vsock.c | 87 features = vhost_get_features(&vvc->vhost_dev, user_feature_bits, features); in vuv_get_features()
|
| H A D | vhost-vsock-common.c | 38 features = vhost_get_features(&vvc->vhost_dev, feature_bits, features); in vhost_vsock_common_get_features()
|
| H A D | vhost-user-scmi.c | 143 return vhost_get_features(&scmi->vhost_dev, feature_bits, features); in vu_scmi_get_features()
|
| H A D | vhost-backend.c | |
| H A D | vhost-user-fs.c | 152 return vhost_get_features(&fs->vhost_dev, user_feature_bits, features); in vuf_get_features()
|
| H A D | vhost.c | 1546 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 D | vhost-vdpa.c | 1602 .vhost_get_features = vhost_vdpa_get_features,
|
| H A D | vhost-user.c | 3041 .vhost_get_features = vhost_user_get_features,
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | vhost.h | 329 * 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 D | vhost-backend.h | 196 vhost_get_features_op vhost_get_features; 190 vhost_get_features_op vhost_get_features; global() member
|
| /openbmc/qemu/hw/block/ |
| H A D | vhost-user-blk.c | 288 return vhost_get_features(&s->dev, user_feature_bits, features); in vhost_user_blk_get_features()
|
| /openbmc/qemu/hw/net/ |
| H A D | vhost_net.c | |