Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dwq.c46 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()
219 err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node); in mlx5_wq_ll_create()
A Dalloc.c234 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/include/linux/mlx5/
A Ddriver.h1043 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db,

Completed in 20 milliseconds