Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
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()
Dalloc.c187 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db, int node) in mlx5_db_alloc_node() function
214 EXPORT_SYMBOL_GPL(mlx5_db_alloc_node);
/Linux-v6.6/include/linux/mlx5/
Ddriver.h1080 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db,
1085 return mlx5_db_alloc_node(dev, db, dev->priv.numa_node); in mlx5_db_alloc()
/Linux-v6.6/drivers/vfio/pci/mlx5/
Dcmd.c960 err = mlx5_db_alloc_node(mdev, &cq->db, mdev->priv.numa_node); in mlx5vf_create_cq()
1033 err = mlx5_db_alloc_node(mdev, &qp->db, mdev->priv.numa_node); in mlx5vf_create_rc_qp()