Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/include/linux/mlx5/
Ddriver.h1082 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db,
1087 return mlx5_db_alloc_node(dev, db, dev->priv.numa_node); in mlx5_db_alloc()
/linux-6.6.21/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()