Home
last modified time | relevance | path

Searched refs:mlx5_frag_buf (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dalloc.c74 struct mlx5_frag_buf *buf, int node) in mlx5_buf_alloc_node()
105 int size, struct mlx5_frag_buf *buf) in mlx5_buf_alloc()
111 void mlx5_buf_free(struct mlx5_core_dev *dev, struct mlx5_frag_buf *buf) in mlx5_buf_free()
121 struct mlx5_frag_buf *buf, int node) in mlx5_frag_buf_alloc_node()
163 void mlx5_frag_buf_free(struct mlx5_core_dev *dev, struct mlx5_frag_buf *buf) in mlx5_frag_buf_free()
291 void mlx5_fill_page_array(struct mlx5_frag_buf *buf, __be64 *pas) in mlx5_fill_page_array()
304 void mlx5_fill_page_frag_array(struct mlx5_frag_buf *buf, __be64 *pas) in mlx5_fill_page_frag_array()
Dwq.c111 static void mlx5_qp_set_frag_buf(struct mlx5_frag_buf *buf, in mlx5_qp_set_frag_buf()
115 struct mlx5_frag_buf *rqb, *sqb; in mlx5_qp_set_frag_buf()
Dwq.h47 struct mlx5_frag_buf buf;
/Linux-v4.19/include/linux/mlx5/
Ddriver.h355 struct mlx5_frag_buf { struct
363 struct mlx5_frag_buf frag_buf; argument
399 struct mlx5_frag_buf buf;
956 static inline void *mlx5_buf_offset(struct mlx5_frag_buf *buf, int offset) in mlx5_buf_offset()
1068 struct mlx5_frag_buf *buf, int node);
1070 int size, struct mlx5_frag_buf *buf);
1071 void mlx5_buf_free(struct mlx5_core_dev *dev, struct mlx5_frag_buf *buf);
1073 struct mlx5_frag_buf *buf, int node);
1074 void mlx5_frag_buf_free(struct mlx5_core_dev *dev, struct mlx5_frag_buf *buf);
1115 void mlx5_fill_page_array(struct mlx5_frag_buf *buf, __be64 *pas);
[all …]
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h395 struct mlx5_frag_buf buf;
519 struct mlx5_frag_buf buf;
Dcq.c732 struct mlx5_frag_buf *frag_buf = &c->frag_buf; in alloc_cq_frag_buf()