Lines Matching refs:ibv_pd
194 struct ibv_pd *mlx4_alloc_pd(struct ibv_context *context) in mlx4_alloc_pd()
204 if (ibv_cmd_alloc_pd(context, &pd->ibv_pd, &cmd, sizeof cmd, in mlx4_alloc_pd()
212 return &pd->ibv_pd; in mlx4_alloc_pd()
215 int mlx4_free_pd(struct ibv_pd *pd) in mlx4_free_pd()
263 struct ibv_mr *mlx4_reg_mr(struct ibv_pd *pd, void *addr, size_t length, in mlx4_reg_mr()
288 struct ibv_pd *pd, void *addr, in mlx4_rereg_mr()
316 struct ibv_mw *mlx4_alloc_mw(struct ibv_pd *pd, enum ibv_mw_type type) in mlx4_alloc_mw()
646 struct ibv_srq *mlx4_create_srq(struct ibv_pd *pd, in mlx4_create_srq()
932 struct ibv_qp *mlx4_create_qp(struct ibv_pd *pd, struct ibv_qp_init_attr *attr) in mlx4_create_qp()
1163 static int mlx4_resolve_grh_to_l2(struct ibv_pd *pd, struct mlx4_ah *ah, in mlx4_resolve_grh_to_l2()
1202 struct ibv_ah *mlx4_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) in mlx4_create_ah()