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