Home
last modified time | relevance | path

Searched refs:mlx5_alloc_map_uar (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_uar.c162 int mlx5_alloc_map_uar(struct mlx5_core_dev *mdev, struct mlx5_uar *uar) in mlx5_alloc_map_uar() function
195 EXPORT_SYMBOL(mlx5_alloc_map_uar);
/freebsd-12-stable/sys/dev/mlx5/
Ddriver.h981 int mlx5_alloc_map_uar(struct mlx5_core_dev *mdev, struct mlx5_uar *uar);
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
Dmlx5_en_rl.c755 error = mlx5_alloc_map_uar(priv->mdev, &rl->sq_uar); in mlx5e_rl_init()
Dmlx5_en_main.c1652 err = mlx5_alloc_map_uar(mdev, &sq->uar); in mlx5e_create_sq()
4345 err = mlx5_alloc_map_uar(mdev, &priv->cq_uar); in mlx5e_create_ifp()