Searched refs:mlx5_db_alloc_node (Results 1 – 3 of 3) sorted by relevance
/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.c | 51 err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node); in mlx5_wq_cyc_create() 118 err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node); in mlx5_wq_qp_create() 173 err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node); in mlx5_cqwq_create() 224 err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node); in mlx5_wq_ll_create()
|
D | alloc.c | 234 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db, int node) in mlx5_db_alloc_node() function 261 EXPORT_SYMBOL_GPL(mlx5_db_alloc_node); 265 return mlx5_db_alloc_node(dev, db, dev->priv.numa_node); in mlx5_db_alloc()
|
/linux-5.10/include/linux/mlx5/ |
D | driver.h | 996 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db,
|