Searched refs:vhost_get_features (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user-vsock.c | 82 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 | 138 return vhost_get_features(&scmi->vhost_dev, feature_bits, features); in vu_scmi_get_features()
|
H A D | vhost-backend.c | 345 .vhost_get_features = vhost_kernel_get_features,
|
H A D | vhost-user-fs.c | 147 return vhost_get_features(&fs->vhost_dev, user_feature_bits, features); in vuf_get_features()
|
H A D | vhost.c | 1534 r = hdev->vhost_ops->vhost_get_features(hdev, &features); in vhost_dev_init() 1864 uint64_t vhost_get_features(struct vhost_dev *hdev, const int *feature_bits, in vhost_get_features() function
|
H A D | vhost-vdpa.c | 1557 .vhost_get_features = vhost_vdpa_get_features,
|
H A D | vhost-user.c | 3032 .vhost_get_features = vhost_user_get_features,
|
/openbmc/qemu/hw/scsi/ |
H A D | vhost-scsi-common.c | 132 return vhost_get_features(&vsc->dev, vsc->feature_bits, features); in vhost_scsi_common_get_features()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | vhost.h | 311 uint64_t vhost_get_features(struct vhost_dev *hdev, const int *feature_bits,
|
H A D | vhost-backend.h | 190 vhost_get_features_op vhost_get_features; member
|
/openbmc/qemu/hw/block/ |
H A D | vhost-user-blk.c | 280 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 | 126 return vhost_get_features(&net->dev, vhost_net_get_feature_bits(net), in vhost_net_get_features()
|