Searched refs:mlx5_alloc_buf (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/libmlx5/ |
H A D | dbrec.c | 64 if (mlx5_alloc_buf(&page->buf, ps, ps)) { in __add_page()
|
H A D | buf.c | 365 return mlx5_alloc_buf(buf, size, page_size); in mlx5_alloc_prefered_buf() 545 int mlx5_alloc_buf(struct mlx5_buf *buf, size_t size, int page_size) in mlx5_alloc_buf() function
|
H A D | srq.c | 185 if (mlx5_alloc_buf(&srq->buf, buf_size, in mlx5_alloc_srq_buf()
|
H A D | mlx5.h | 549 int mlx5_alloc_buf(struct mlx5_buf *buf, size_t size, int page_size);
|