Searched refs:mlx4_buf (Results 1 – 12 of 12) sorted by relevance
| /freebsd-10-stable/contrib/ofed/libmlx4/src/ |
| D | mlx4.h | 207 struct mlx4_buf { struct 219 struct mlx4_buf buf; argument 220 struct mlx4_buf resize_buf; 232 struct mlx4_buf buf; 259 struct mlx4_buf buf; 350 int mlx4_alloc_buf(struct mlx4_buf *buf, size_t size, int page_size); 351 void mlx4_free_buf(struct mlx4_buf *buf); 371 int mlx4_alloc_cq_buf(struct mlx4_device *dev, struct mlx4_buf *buf, int nent,
|
| D | buf.c | 62 int mlx4_alloc_buf(struct mlx4_buf *buf, size_t size, int page_size) in mlx4_alloc_buf() 79 void mlx4_free_buf(struct mlx4_buf *buf) in mlx4_free_buf()
|
| D | dbrec.c | 46 struct mlx4_buf buf;
|
| D | cq.c | 499 int mlx4_alloc_cq_buf(struct mlx4_device *dev, struct mlx4_buf *buf, int nent, in mlx4_alloc_cq_buf()
|
| D | verbs.c | 231 struct mlx4_buf buf; in mlx4_resize_cq()
|
| /freebsd-10-stable/sys/ofed/drivers/net/mlx4/ |
| D | en_resources.c | 84 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()
|
| D | alloc.c | 211 struct mlx4_buf *buf) in mlx4_buf_alloc() 279 void mlx4_buf_free(struct mlx4_dev *dev, int size, struct mlx4_buf *buf) in mlx4_buf_free()
|
| D | mlx4_en.h | 793 int mlx4_en_map_buffer(struct mlx4_buf *buf); 794 void mlx4_en_unmap_buffer(struct mlx4_buf *buf);
|
| D | mr.c | 630 struct mlx4_buf *buf) in mlx4_buf_write_mtt()
|
| /freebsd-10-stable/sys/ofed/include/linux/mlx4/ |
| D | device.h | 561 struct mlx4_buf { struct 604 struct mlx4_buf buf; 1004 struct mlx4_buf *buf); 1005 void mlx4_buf_free(struct mlx4_dev *dev, int size, struct mlx4_buf *buf); 1006 static inline void *mlx4_buf_offset(struct mlx4_buf *buf, int offset) in mlx4_buf_offset() 1041 struct mlx4_buf *buf);
|
| /freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/ |
| D | mlx4_ib.h | 106 struct mlx4_buf buf; 288 struct mlx4_buf buf; 329 struct mlx4_buf buf;
|
| /freebsd-10-stable/contrib/ofed/libmlx4/fixes/ |
| D | xrc_consolidated_v2.patch | 274 int mlx4_alloc_buf(struct mlx4_buf *buf, size_t size, int page_size); 275 void mlx4_free_buf(struct mlx4_buf *buf);
|