Searched refs:mlx4_alloc_buf (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/ofed/libmlx4/ |
| H A D | buf.c | 41 int mlx4_alloc_buf(struct mlx4_buf *buf, size_t size, int page_size) in mlx4_alloc_buf() function
|
| H A D | dbrec.c | 68 if (mlx4_alloc_buf(&page->buf, ps, ps)) { in __add_page()
|
| H A D | srq.c | 146 if (mlx4_alloc_buf(&srq->buf, buf_size, in mlx4_alloc_srq_buf()
|
| H A D | mlx4.h | 351 int mlx4_alloc_buf(struct mlx4_buf *buf, size_t size, int page_size);
|
| H A D | qp.c | 688 if (mlx4_alloc_buf(&qp->buf, in mlx4_alloc_qp_buf()
|
| H A D | cq.c | 813 if (mlx4_alloc_buf(buf, align(nent * entry_size, dev->page_size), in mlx4_alloc_cq_buf()
|