Searched refs:mlx5_frag_buf_alloc_node (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.c | 91 err = mlx5_frag_buf_alloc_node(mdev, mlx5_wq_cyc_get_byte_size(wq), in mlx5_wq_cyc_create() 158 err = mlx5_frag_buf_alloc_node(mdev, mlx5_wq_qp_get_byte_size(wq), in mlx5_wq_qp_create() 194 err = mlx5_frag_buf_alloc_node(mdev, mlx5_cqwq_get_byte_size(wq), in mlx5_cqwq_create() 235 err = mlx5_frag_buf_alloc_node(mdev, mlx5_wq_ll_get_byte_size(wq), in mlx5_wq_ll_create()
|
D | alloc.c | 120 int mlx5_frag_buf_alloc_node(struct mlx5_core_dev *dev, int size, in mlx5_frag_buf_alloc_node() function 161 EXPORT_SYMBOL_GPL(mlx5_frag_buf_alloc_node);
|
/Linux-v4.19/include/linux/mlx5/ |
D | driver.h | 1072 int mlx5_frag_buf_alloc_node(struct mlx5_core_dev *dev, int size,
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | cq.c | 741 err = mlx5_frag_buf_alloc_node(dev->mdev, in alloc_cq_frag_buf()
|