Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvdpa.h399 u32 (*get_vq_desc_group)(struct vdpa_device *vdev, u16 idx); member
/linux/drivers/vhost/
H A Dvdpa.c428 return ops->get_vq_desc_group; in vhost_vdpa_has_desc_group()
676 s.num = ops->get_vq_desc_group(vdpa, idx); in vhost_vdpa_vring_ioctl()
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c3564 .get_vq_desc_group = mlx5_vdpa_get_vq_desc_group, /* Op disabled if not supported. */
3977 mgtdev->vdpa_ops.get_vq_desc_group = NULL; in mlx5v_probe()