Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c498 static int vhost_vdpa_call(struct vhost_dev *dev, unsigned long int request, in vhost_vdpa_call() function
517 ret = vhost_vdpa_call(dev, VHOST_VDPA_GET_STATUS, &s); in vhost_vdpa_add_status()
528 ret = vhost_vdpa_call(dev, VHOST_VDPA_SET_STATUS, &s); in vhost_vdpa_add_status()
533 ret = vhost_vdpa_call(dev, VHOST_VDPA_GET_STATUS, &s); in vhost_vdpa_add_status()
576 ret = vhost_vdpa_call(dev, VHOST_GET_FEATURES, features); in vhost_vdpa_get_dev_features()
835 ret = vhost_vdpa_call(dev, VHOST_SET_FEATURES, &features); in vhost_vdpa_set_features()
854 if (vhost_vdpa_call(dev, VHOST_GET_BACKEND_FEATURES, &features)) { in vhost_vdpa_set_backend_cap()
861 r = vhost_vdpa_call(dev, VHOST_SET_BACKEND_FEATURES, &features); in vhost_vdpa_set_backend_cap()
877 ret = vhost_vdpa_call(dev, VHOST_VDPA_GET_DEVICE_ID, device_id); in vhost_vdpa_get_device_id()
888 ret = vhost_vdpa_call(dev, VHOST_VDPA_SET_STATUS, &status); in vhost_vdpa_reset_device()
[all …]