Searched refs:mlx5_cmd_alloc_uar (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
H A Duar.c68 int mlx5_cmd_alloc_uar(struct mlx5_core_dev *dev, u32 *uarn) mlx5_cmd_alloc_uar() function
91 EXPORT_SYMBOL(mlx5_cmd_alloc_uar); variable
161 err = mlx5_cmd_alloc_uar(dev, &uuari->uars[i].index); mlx5_alloc_uuars()
235 err = mlx5_cmd_alloc_uar(mdev, &uar->index); mlx5_alloc_map_uar()
237 mlx5_core_warn(mdev, "mlx5_cmd_alloc_uar() failed, %d\n", err); mlx5_alloc_map_uar()
/linux-4.4.14/include/linux/mlx5/
H A Ddriver.h697 int mlx5_cmd_alloc_uar(struct mlx5_core_dev *dev, u32 *uarn);
/linux-4.4.14/drivers/infiniband/hw/mlx5/
H A Dmain.c672 err = mlx5_cmd_alloc_uar(dev->mdev, &uars[i].index); mlx5_ib_alloc_ucontext()

Completed in 209 milliseconds