Searched refs:mlx5_buf_alloc_node (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.c | 82 err = mlx5_buf_alloc_node(mdev, mlx5_wq_cyc_get_byte_size(wq), in mlx5_wq_cyc_create() 118 err = mlx5_buf_alloc_node(mdev, mlx5_cqwq_get_byte_size(wq), in mlx5_cqwq_create()
|
D | alloc.c | 66 int mlx5_buf_alloc_node(struct mlx5_core_dev *dev, int size, in mlx5_buf_alloc_node() function 91 return mlx5_buf_alloc_node(dev, size, buf, dev->priv.numa_node); in mlx5_buf_alloc()
|
/linux-4.4.14/include/linux/mlx5/ |
D | driver.h | 707 int mlx5_buf_alloc_node(struct mlx5_core_dev *dev, int size,
|