Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.c54 err = mlx5_frag_buf_alloc_node(mdev, wq_get_byte_sz(log_wq_sz, log_wq_stride), in mlx5_wq_cyc_create()
119 err = mlx5_frag_buf_alloc_node(mdev, in mlx5_wq_qp_create()
176 err = mlx5_frag_buf_alloc_node(mdev, wq_get_byte_sz(log_wq_sz, log_wq_stride), in mlx5_cqwq_create()
227 err = mlx5_frag_buf_alloc_node(mdev, wq_get_byte_sz(log_wq_sz, log_wq_stride), in mlx5_wq_ll_create()
H A Dalloc.c381 int mlx5_frag_buf_alloc_node(struct mlx5_core_dev *dev, int size, in mlx5_frag_buf_alloc_node() function
418 EXPORT_SYMBOL_GPL(mlx5_frag_buf_alloc_node);
/linux/include/linux/mlx5/
H A Ddriver.h1035 int mlx5_frag_buf_alloc_node(struct mlx5_core_dev *dev, int size,
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c312 err = mlx5_frag_buf_alloc_node(ndev->mvdev.mdev, nent * MLX5_VDPA_CQE_SIZE, frag_buf, in cq_frag_buf_alloc()
329 return mlx5_frag_buf_alloc_node(ndev->mvdev.mdev, size, frag_buf, in umem_frag_buf_alloc()
409 return mlx5_frag_buf_alloc_node(ndev->mvdev.mdev, in rq_buf_alloc()