Home
last modified time | relevance | path

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

/src/contrib/ofed/libmlx4/
H A Dbuf.c41 int mlx4_alloc_buf(struct mlx4_buf *buf, size_t size, int page_size) in mlx4_alloc_buf() function
H A Ddbrec.c68 if (mlx4_alloc_buf(&page->buf, ps, ps)) { in __add_page()
H A Dsrq.c146 if (mlx4_alloc_buf(&srq->buf, buf_size, in mlx4_alloc_srq_buf()
H A Dmlx4.h351 int mlx4_alloc_buf(struct mlx4_buf *buf, size_t size, int page_size);
H A Dqp.c688 if (mlx4_alloc_buf(&qp->buf, in mlx4_alloc_qp_buf()
H A Dcq.c813 if (mlx4_alloc_buf(buf, align(nent * entry_size, dev->page_size), in mlx4_alloc_cq_buf()