Home
last modified time | relevance | path

Searched refs:ibvpd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libbnxtre/
H A Dmain.h99 struct ibv_pd ibvpd; member
349 static inline struct bnxt_re_pd *to_bnxt_re_pd(struct ibv_pd *ibvpd) in to_bnxt_re_pd() argument
351 return container_of(ibvpd, struct bnxt_re_pd, ibvpd); in to_bnxt_re_pd()
H A Dverbs.c182 if (ibv_cmd_alloc_pd(ibvctx, &pd->ibvpd, &cmd, sizeof(cmd), in bnxt_re_alloc_pd()
207 return &pd->ibvpd; in bnxt_re_alloc_pd()
209 ibv_cmd_dealloc_pd(&pd->ibvpd); in bnxt_re_alloc_pd()
215 int bnxt_re_free_pd(struct ibv_pd *ibvpd) in bnxt_re_free_pd() argument
217 struct bnxt_re_pd *pd = to_bnxt_re_pd(ibvpd); in bnxt_re_free_pd()
220 status = ibv_cmd_dealloc_pd(ibvpd); in bnxt_re_free_pd()
234 struct ibv_mr *bnxt_re_reg_mr(struct ibv_pd *ibvpd, void *sva, size_t len, in bnxt_re_reg_mr() argument
247 if (ibv_cmd_reg_mr(ibvpd, sva, len, hw_va, access, &mr->vmr, in bnxt_re_reg_mr()
1551 struct ibv_qp *bnxt_re_create_qp(struct ibv_pd *ibvpd, in bnxt_re_create_qp() argument
1554 struct bnxt_re_context *cntx = to_bnxt_re_context(ibvpd->context); in bnxt_re_create_qp()
[all …]