Lines Matching defs:asid
2681 struct vhost_iotlb *iotlb, unsigned int asid)
2692 mlx5_vdpa_destroy_mr_asid(mvdev, asid);
2693 err = mlx5_vdpa_create_mr(mvdev, iotlb, asid);
2708 mlx5_vdpa_destroy_mr_asid(mvdev, asid);
2864 /* default mapping all groups are mapped to asid 0 */
2930 unsigned int asid)
2935 err = mlx5_vdpa_handle_set_map(mvdev, iotlb, &change_map, asid);
2942 err = mlx5_vdpa_change_map(mvdev, iotlb, asid);
2947 static int mlx5_vdpa_set_map(struct vdpa_device *vdev, unsigned int asid,
2955 err = set_map_data(mvdev, iotlb, asid);
3179 unsigned int asid)
3186 mvdev->group2asid[group] = asid;