Searched refs:vhost_set_config_call (Results 1 – 3 of 3) sorted by relevance
1807 (hdev->vhost_ops->vhost_set_config_call == NULL)) { in vhost_config_pending()1826 (hdev->vhost_ops->vhost_set_config_call == NULL)) { in vhost_config_mask()1835 r = hdev->vhost_ops->vhost_set_config_call(hdev, fd); in vhost_config_mask()1845 if (dev->vhost_ops->vhost_set_config_call) { in vhost_stop_config_intr()1846 dev->vhost_ops->vhost_set_config_call(dev, fd); in vhost_stop_config_intr()1856 if (dev->vhost_ops->vhost_set_config_call) { in vhost_start_config_intr()1857 r = dev->vhost_ops->vhost_set_config_call(dev, fd); in vhost_start_config_intr()
1578 .vhost_set_config_call = vhost_vdpa_set_config_call,
212 vhost_set_config_call_op vhost_set_config_call; member