Searched refs:ibv_pd (Results 1 - 25 of 25) sorted by relevance

/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h89 struct ibv_pd ibv_pd; member in struct:c4iw_pd
136 static inline struct c4iw_pd *to_c4iw_pd(struct ibv_pd *ibpd)
179 struct ibv_pd *c4iw_alloc_pd(struct ibv_context *context);
180 int c4iw_free_pd(struct ibv_pd *pd);
182 struct ibv_mr *c4iw_reg_mr(struct ibv_pd *pd, void *addr,
196 struct ibv_srq *c4iw_create_srq(struct ibv_pd *pd,
206 struct ibv_qp *c4iw_create_qp(struct ibv_pd *pd,
221 struct ibv_ah *c4iw_create_ah(struct ibv_pd *pd,
H A Dverbs.c79 struct ibv_pd *c4iw_alloc_pd(struct ibv_context *context)
89 if (ibv_cmd_alloc_pd(context, &pd->ibv_pd, &cmd, sizeof cmd,
95 return &pd->ibv_pd;
98 int c4iw_free_pd(struct ibv_pd *pd)
110 static struct ibv_mr *__c4iw_reg_mr(struct ibv_pd *pd, void *addr,
143 struct ibv_mr *c4iw_reg_mr(struct ibv_pd *pd, void *addr,
280 struct ibv_srq *c4iw_create_srq(struct ibv_pd *pd,
303 static struct ibv_qp *create_qp_v0(struct ibv_pd *pd,
406 static struct ibv_qp *create_qp(struct ibv_pd *pd,
557 struct ibv_qp *c4iw_create_qp(struct ibv_pd *p
[all...]
/freebsd-13-stable/contrib/ofed/libmlx4/
H A Dmlx4.h167 struct ibv_pd ibv_pd; member in struct:mlx4_pd
319 static inline struct mlx4_pd *to_mpd(struct ibv_pd *ibpd)
367 struct ibv_pd *mlx4_alloc_pd(struct ibv_context *context);
368 int mlx4_free_pd(struct ibv_pd *pd);
373 struct ibv_mr *mlx4_reg_mr(struct ibv_pd *pd, void *addr,
375 int mlx4_rereg_mr(struct ibv_mr *mr, int flags, struct ibv_pd *pd,
379 struct ibv_mw *mlx4_alloc_mw(struct ibv_pd *pd, enum ibv_mw_type type);
402 struct ibv_srq *mlx4_create_srq(struct ibv_pd *pd,
415 int mlx4_alloc_srq_buf(struct ibv_pd *p
[all...]
H A Dverbs.c194 struct ibv_pd *mlx4_alloc_pd(struct ibv_context *context)
204 if (ibv_cmd_alloc_pd(context, &pd->ibv_pd, &cmd, sizeof cmd,
212 return &pd->ibv_pd;
215 int mlx4_free_pd(struct ibv_pd *pd)
263 struct ibv_mr *mlx4_reg_mr(struct ibv_pd *pd, void *addr, size_t length,
288 struct ibv_pd *pd, void *addr,
316 struct ibv_mw *mlx4_alloc_mw(struct ibv_pd *pd, enum ibv_mw_type type)
641 struct ibv_srq *mlx4_create_srq(struct ibv_pd *pd,
919 struct ibv_qp *mlx4_create_qp(struct ibv_pd *pd, struct ibv_qp_init_attr *attr)
1147 static int mlx4_resolve_grh_to_l2(struct ibv_pd *p
[all...]
H A Dsrq.c125 int mlx4_alloc_srq_buf(struct ibv_pd *pd, struct ibv_srq_attr *attr,
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Ddriver.h157 int ibv_cmd_alloc_pd(struct ibv_context *context, struct ibv_pd *pd,
160 int ibv_cmd_dealloc_pd(struct ibv_pd *pd);
168 int ibv_cmd_reg_mr(struct ibv_pd *pd, void *addr, size_t length,
175 struct ibv_pd *pd, struct ibv_rereg_mr *cmd,
179 int ibv_cmd_alloc_mw(struct ibv_pd *pd, enum ibv_mw_type type,
207 int ibv_cmd_create_srq(struct ibv_pd *pd,
225 int ibv_cmd_create_qp(struct ibv_pd *pd,
267 int ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah,
H A Dverbs.h506 struct ibv_pd { struct
537 struct ibv_pd *pd;
552 struct ibv_pd *pd;
672 struct ibv_pd *pd;
697 struct ibv_pd *pd;
818 struct ibv_pd *pd;
1001 struct ibv_pd *pd;
1023 struct ibv_pd *pd;
1041 struct ibv_pd *pd;
1207 struct ibv_pd *p
[all...]
H A Dverbs.c67 struct ibv_pd *__ibv_alloc_pd(struct ibv_context *context);
68 int __ibv_dealloc_pd(struct ibv_pd *pd);
69 struct ibv_mr *__ibv_reg_mr(struct ibv_pd *pd, void *addr, size_t length,
71 int __ibv_rereg_mr(struct ibv_mr *mr, int flags, struct ibv_pd *pd, void *addr,
83 struct ibv_srq *__ibv_create_srq(struct ibv_pd *pd,
89 struct ibv_qp *__ibv_create_qp(struct ibv_pd *pd,
95 struct ibv_ah *__ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
258 struct ibv_pd *__ibv_alloc_pd(struct ibv_context *context)
260 struct ibv_pd *pd;
270 int __ibv_dealloc_pd(struct ibv_pd *p
[all...]
H A Dcompat-1_0.c47 struct ibv_pd *real_pd;
170 struct ibv_pd * (*alloc_pd)(struct ibv_context *context);
171 int (*dealloc_pd)(struct ibv_pd *pd);
172 struct ibv_mr * (*reg_mr)(struct ibv_pd *pd, void *addr, size_t length,
185 struct ibv_srq * (*create_srq)(struct ibv_pd *pd,
196 struct ibv_qp * (*create_qp)(struct ibv_pd *pd, struct ibv_qp_init_attr *attr);
209 struct ibv_ah * (*create_ah)(struct ibv_pd *pd, struct ibv_ah_attr *attr);
667 struct ibv_pd *real_pd;
H A Dcmd.c283 int ibv_cmd_alloc_pd(struct ibv_context *context, struct ibv_pd *pd,
300 int ibv_cmd_dealloc_pd(struct ibv_pd *pd)
358 int ibv_cmd_reg_mr(struct ibv_pd *pd, void *addr, size_t length,
388 struct ibv_pd *pd, struct ibv_rereg_mr *cmd,
428 int ibv_cmd_alloc_mw(struct ibv_pd *pd, enum ibv_mw_type type,
640 int ibv_cmd_create_srq(struct ibv_pd *pd,
1037 int ibv_cmd_create_qp(struct ibv_pd *pd,
1582 int ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah,
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dmlx5.h298 struct ibv_pd ibv_pd; member in struct:mlx5_pd
490 static inline struct mlx5_pd *to_mpd(struct ibv_pd *ibpd)
581 struct ibv_pd *mlx5_alloc_pd(struct ibv_context *context);
582 int mlx5_free_pd(struct ibv_pd *pd);
584 struct ibv_mr *mlx5_reg_mr(struct ibv_pd *pd, void *addr,
586 int mlx5_rereg_mr(struct ibv_mr *mr, int flags, struct ibv_pd *pd, void *addr,
589 struct ibv_mw *mlx5_alloc_mw(struct ibv_pd *pd, enum ibv_mw_type);
613 struct ibv_srq *mlx5_create_srq(struct ibv_pd *pd,
626 struct ibv_qp *mlx5_create_qp(struct ibv_pd *p
[all...]
H A Dverbs.c133 struct ibv_pd *mlx5_alloc_pd(struct ibv_context *context)
143 if (ibv_cmd_alloc_pd(context, &pd->ibv_pd, &cmd, sizeof cmd,
151 return &pd->ibv_pd;
154 int mlx5_free_pd(struct ibv_pd *pd)
166 struct ibv_mr *mlx5_reg_mr(struct ibv_pd *pd, void *addr, size_t length,
192 int mlx5_rereg_mr(struct ibv_mr *ibmr, int flags, struct ibv_pd *pd, void *addr,
219 struct ibv_mw *mlx5_alloc_mw(struct ibv_pd *pd, enum ibv_mw_type type)
613 struct ibv_srq *mlx5_create_srq(struct ibv_pd *pd,
1410 struct ibv_qp *mlx5_create_qp(struct ibv_pd *pd,
1633 struct ibv_ah *mlx5_create_ah(struct ibv_pd *p
[all...]
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Drdma_cma.h136 struct ibv_pd *pd;
277 struct ibv_pd *pd, struct ibv_qp_init_attr *qp_init_attr);
385 int rdma_create_qp(struct rdma_cm_id *id, struct ibv_pd *pd,
H A Drdma_verbs.h57 int rdma_create_srq(struct rdma_cm_id *id, struct ibv_pd *pd,
H A Dcma.c80 struct ibv_pd *pd;
1300 int rdma_create_srq(struct rdma_cm_id *id, struct ibv_pd *pd,
1390 int rdma_create_qp(struct rdma_cm_id *id, struct ibv_pd *pd,
2310 struct ibv_pd *pd, struct ibv_qp_init_attr *qp_init_attr)
2339 struct ibv_pd *pd, struct ibv_qp_init_attr *qp_init_attr)
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-rdmasniff.c54 struct ibv_pd * pd;
/freebsd-13-stable/contrib/ofed/librdmacm/examples/
H A Dmckey.c53 struct ibv_pd *pd;
H A Dcmatose.c51 struct ibv_pd *pd;
H A Dudaddy.c51 struct ibv_pd *pd;
H A Drping.c116 struct ibv_pd *pd;
/freebsd-13-stable/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c60 struct ibv_pd *pd;
H A Dud_pingpong.c60 struct ibv_pd *pd;
H A Drc_pingpong.c65 struct ibv_pd *pd;
H A Dsrq_pingpong.c62 struct ibv_pd *pd;
H A Dxsrq_pingpong.c78 struct ibv_pd *pd;

Completed in 229 milliseconds