Searched refs:mlx5_db_alloc_node (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | wq.c | 71 	err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node);  in mlx5_wq_cyc_create()113 	err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node);  in mlx5_wq_qp_create()
 168 	err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node);  in mlx5_cqwq_create()
 208 	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()  function261 EXPORT_SYMBOL_GPL(mlx5_db_alloc_node);
 265 	return mlx5_db_alloc_node(dev, db, dev->priv.numa_node);  in mlx5_db_alloc()
 
 | 
| /Linux-v5.4/include/linux/mlx5/ | 
| D | driver.h | 987 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db,
 |