Searched refs:get_vq_notification (Results 1 – 3 of 3) sorted by relevance
213 (*get_vq_notification)(struct vdpa_device *vdev, u16 idx); member
950 notify = ops->get_vq_notification(vdpa, index); in vhost_vdpa_fault()981 if (!ops->get_vq_notification) in vhost_vdpa_mmap()988 notify = ops->get_vq_notification(vdpa, index); in vhost_vdpa_mmap()
1854 .get_vq_notification = mlx5_get_vq_notification,