Searched refs:ibpd (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.h100 struct ib_pd ibpd; member in struct:mthca_pd
316 static inline struct mthca_pd *to_mpd(struct ib_pd *ibpd) argument
318 return container_of(ibpd, struct mthca_pd, ibpd);
H A Dmthca_srq.c106 if (pd->ibpd.uobject)
108 cpu_to_be32(to_mucontext(pd->ibpd.uobject->context)->uar.index);
132 if (pd->ibpd.uobject)
134 cpu_to_be32(to_mucontext(pd->ibpd.uobject->context)->uar.index);
155 if (pd->ibpd.uobject)
238 if (!pd->ibpd.uobject) {
300 if (!pd->ibpd.uobject)
307 if (!pd->ibpd.uobject && mthca_is_memfree(dev))
H A Dmthca_qp.c942 return pd->ibpd.uobject ? max_data_size - MTHCA_INLINE_HEADER_SIZE : 0;
1039 if (pd->ibpd.uobject)
1182 if (pd->ibpd.uobject)
H A Dmthca_provider.c400 return &pd->ibpd;
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.h37 struct ib_pd ibpd; member in struct:iwch_pd
46 to_iwch_pd(struct ib_pd *ibpd) argument
48 return container_of(ibpd, struct iwch_pd, ibpd);
H A Diw_cxgb_provider.c337 CTR3(KTR_IW_CXGB, "%s ibpd %p pdid 0x%x", __FUNCTION__, pd, php->pdid);
365 iwch_deallocate_pd(&php->ibpd);
370 return &php->ibpd;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdma_vt.h169 struct ib_pd ibpd; member in struct:rvt_pd
404 static inline struct rvt_pd *ibpd_to_rvtpd(struct ib_pd *ibpd) argument
406 return container_of(ibpd, struct rvt_pd, ibpd);
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h136 static inline struct c4iw_pd *to_c4iw_pd(struct ibv_pd *ibpd) argument
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h99 struct ib_pd ibpd; member in struct:mlx4_ib_pd
644 static inline struct mlx4_ib_pd *to_mpd(struct ib_pd *ibpd) argument
646 return container_of(ibpd, struct mlx4_ib_pd, ibpd);
H A Dmlx4_ib_qp.c1295 destroy_qp_common(dev, mqp, !!pd->ibpd.uobject);
H A Dmlx4_ib_main.c1245 return &pd->ibpd;
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h357 struct ib_pd ibpd; member in struct:c4iw_pd
362 static inline struct c4iw_pd *to_c4iw_pd(struct ib_pd *ibpd) argument
364 return container_of(ibpd, struct c4iw_pd, ibpd);
H A Dprovider.c267 c4iw_deallocate_pd(&php->ibpd);
280 return (&php->ibpd);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h129 struct ib_pd ibpd; member in struct:mlx5_ib_pd
736 static inline struct mlx5_ib_pd *to_mpd(struct ib_pd *ibpd) argument
738 return container_of(ibpd, struct mlx5_ib_pd, ibpd);
H A Dmlx5_ib_qp.c1970 destroy_qp_user(&get_pd(qp)->ibpd, qp, base);
3264 dseg->lkey = cpu_to_be32(pd->ibpd.local_dma_lkey);
H A Dmlx5_ib_main.c1616 return &pd->ibpd;
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.h319 static inline struct mlx4_pd *to_mpd(struct ibv_pd *ibpd) argument
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.h490 static inline struct mlx5_pd *to_mpd(struct ibv_pd *ibpd) argument

Completed in 209 milliseconds