Searched refs:mlx5_db_alloc_node (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.c | 85 err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node); in mlx5_wq_cyc_create() 152 err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node); in mlx5_wq_qp_create() 188 err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node); in mlx5_cqwq_create() 229 err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node); in mlx5_wq_ll_create()
|
D | alloc.c | 236 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db, int node) in mlx5_db_alloc_node() function 263 EXPORT_SYMBOL_GPL(mlx5_db_alloc_node); 267 return mlx5_db_alloc_node(dev, db, dev->priv.numa_node); in mlx5_db_alloc()
|
/Linux-v4.19/include/linux/mlx5/ |
D | driver.h | 1132 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db,
|