Searched refs:mlx5_db_alloc_node (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_wq.c | 72 err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node); in mlx5_wq_cyc_create() 110 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()
|
| H A D | mlx5_alloc.c | 202 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db, int node) in mlx5_db_alloc_node() function 229 EXPORT_SYMBOL_GPL(mlx5_db_alloc_node); 233 return mlx5_db_alloc_node(dev, db, dev->priv.numa_node); in mlx5_db_alloc()
|
| /freebsd-12.1/sys/dev/mlx5/ |
| H A D | driver.h | 1058 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db,
|