Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-user-vsock.c82 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.c138 return vhost_get_features(&scmi->vhost_dev, feature_bits, features); in vu_scmi_get_features()
H A Dvhost-backend.c345 .vhost_get_features = vhost_kernel_get_features,
H A Dvhost-user-fs.c147 return vhost_get_features(&fs->vhost_dev, user_feature_bits, features); in vuf_get_features()
H A Dvhost.c1534 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 Dvhost-vdpa.c1557 .vhost_get_features = vhost_vdpa_get_features,
H A Dvhost-user.c3032 .vhost_get_features = vhost_user_get_features,
/openbmc/qemu/hw/scsi/
H A Dvhost-scsi-common.c132 return vhost_get_features(&vsc->dev, vsc->feature_bits, features); in vhost_scsi_common_get_features()
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h311 uint64_t vhost_get_features(struct vhost_dev *hdev, const int *feature_bits,
H A Dvhost-backend.h190 vhost_get_features_op vhost_get_features; member
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c280 return vhost_get_features(&s->dev, user_feature_bits, features); in vhost_user_blk_get_features()
/openbmc/qemu/hw/net/
H A Dvhost_net.c126 return vhost_get_features(&net->dev, vhost_net_get_feature_bits(net), in vhost_net_get_features()