Home
last modified time | relevance | path

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

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