mlx5_cmd_alloc_uar
int mlx5_cmd_alloc_uar(struct mlx5_core_dev *dev, u32 *uarn);
err = mlx5_cmd_alloc_uar(mdev, &up->index);
EXPORT_SYMBOL(mlx5_cmd_alloc_uar);
err = mlx5_cmd_alloc_uar(dev->mdev, &bfregi->sys_pages[i]);
err = mlx5_cmd_alloc_uar(dev->mdev, &uar_index);