Searched refs:mlx5_ib_populate_pas (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | srq_cmd.c | 143 mlx5_ib_populate_pas( in create_srq_cmd() 248 mlx5_ib_populate_pas( in create_xrc_srq_cmd() 366 mlx5_ib_populate_pas( in create_rmp_cmd() 505 mlx5_ib_populate_pas( in create_xrq_cmd()
|
H A D | mem.c | 42 void mlx5_ib_populate_pas(struct ib_umem *umem, size_t page_size, __be64 *pas, in mlx5_ib_populate_pas() function
|
H A D | cq.c | 784 mlx5_ib_populate_pas(cq->buf.umem, page_size, pas, 0); in create_cq_user() 1338 mlx5_ib_populate_pas(cq->resize_umem, 1UL << page_shift, pas, in mlx5_ib_resize_cq()
|
H A D | mlx5_ib.h | 1380 void mlx5_ib_populate_pas(struct ib_umem *umem, size_t page_size, __be64 *pas,
|
H A D | qp.c | 1035 mlx5_ib_populate_pas(ubuffer->umem, page_size, pas, 0); in _create_user_qp() 1406 mlx5_ib_populate_pas(sq->ubuffer.umem, page_size, pas, 0); in create_raw_packet_qp_sq() 1493 mlx5_ib_populate_pas(umem, page_size, pas, 0); in create_raw_packet_qp_rq() 5296 mlx5_ib_populate_pas(rwq->umem, 1UL << rwq->page_shift, rq_pas0, 0); in create_rq()
|
H A D | mr.c | 1252 mlx5_ib_populate_pas(umem, 1UL << mr->page_shift, pas, in reg_create()
|
H A D | devx.c | 2306 mlx5_ib_populate_pas(obj->umem, page_size, mtt, in devx_umem_reg_cmd_alloc()
|