Home
last modified time | relevance | path

Searched refs:mlx5_db_alloc_node (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.c76 err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node); in mlx5_wq_cyc_create()
112 err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node); in mlx5_cqwq_create()
149 err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node); in mlx5_wq_ll_create()
Dalloc.c147 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db, int node) in mlx5_db_alloc_node() function
174 EXPORT_SYMBOL_GPL(mlx5_db_alloc_node);
178 return mlx5_db_alloc_node(dev, db, dev->priv.numa_node); in mlx5_db_alloc()
/linux-4.4.14/include/linux/mlx5/
Ddriver.h816 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db,