Home
last modified time | relevance | path

Searched refs:mlx4_buf (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.h161 struct mlx4_buf { struct
179 struct mlx4_buf buf; argument
180 struct mlx4_buf resize_buf;
195 struct mlx4_buf buf;
223 struct mlx4_buf buf;
351 int mlx4_alloc_buf(struct mlx4_buf *buf, size_t size, int page_size);
352 void mlx4_free_buf(struct mlx4_buf *buf);
390 int mlx4_alloc_cq_buf(struct mlx4_device *dev, struct mlx4_buf *buf, int nent,
H A Dbuf.c41 int mlx4_alloc_buf(struct mlx4_buf *buf, size_t size, int page_size) in mlx4_alloc_buf()
58 void mlx4_free_buf(struct mlx4_buf *buf) in mlx4_free_buf()
H A Ddbrec.c43 struct mlx4_buf buf;
H A Dcq.c810 int mlx4_alloc_cq_buf(struct mlx4_device *dev, struct mlx4_buf *buf, int nent, in mlx4_alloc_cq_buf()
H A Dverbs.c582 struct mlx4_buf buf; in mlx4_resize_cq()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_resources.c84 int mlx4_en_map_buffer(struct mlx4_buf *buf) in mlx4_en_map_buffer()
109 void mlx4_en_unmap_buffer(struct mlx4_buf *buf) in mlx4_en_unmap_buffer()
H A Den.h844 int mlx4_en_map_buffer(struct mlx4_buf *buf);
845 void mlx4_en_unmap_buffer(struct mlx4_buf *buf);
/freebsd/sys/dev/mlx4/
H A Ddevice.h635 struct mlx4_buf { struct
678 struct mlx4_buf buf;
1073 struct mlx4_buf *buf, gfp_t gfp);
1074 void mlx4_buf_free(struct mlx4_dev *dev, int size, struct mlx4_buf *buf);
1075 static inline void *mlx4_buf_offset(struct mlx4_buf *buf, int offset) in mlx4_buf_offset()
1110 struct mlx4_buf *buf, gfp_t gfp);
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h106 struct mlx4_buf buf;
296 struct mlx4_buf buf;
337 struct mlx4_buf buf;
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c586 struct mlx4_buf *buf, gfp_t gfp) in mlx4_buf_alloc()
655 void mlx4_buf_free(struct mlx4_dev *dev, int size, struct mlx4_buf *buf) in mlx4_buf_free()
H A Dmlx4_mr.c796 struct mlx4_buf *buf, gfp_t gfp) in mlx4_buf_write_mtt()