Home
last modified time | relevance | path

Searched refs:ibpd (Results 1 – 13 of 13) sorted by relevance

/trueos/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_provider.h98 struct ib_pd ibpd; member
313 static inline struct mthca_pd *to_mpd(struct ib_pd *ibpd) in to_mpd() argument
315 return container_of(ibpd, struct mthca_pd, ibpd); in to_mpd()
HDmthca_srq.c106 if (pd->ibpd.uobject) in mthca_tavor_init_srq_context()
108 cpu_to_be32(to_mucontext(pd->ibpd.uobject->context)->uar.index); in mthca_tavor_init_srq_context()
132 if (pd->ibpd.uobject) in mthca_arbel_init_srq_context()
134 cpu_to_be32(to_mucontext(pd->ibpd.uobject->context)->uar.index); in mthca_arbel_init_srq_context()
155 if (pd->ibpd.uobject) in mthca_alloc_srq_buf()
239 if (!pd->ibpd.uobject) { in mthca_alloc_srq()
309 if (!pd->ibpd.uobject) in mthca_alloc_srq()
316 if (!pd->ibpd.uobject && mthca_is_memfree(dev)) in mthca_alloc_srq()
HDmthca_qp.c951 return pd->ibpd.uobject ? max_data_size - MTHCA_INLINE_HEADER_SIZE : 0; in mthca_max_inline_data()
1048 if (pd->ibpd.uobject) in mthca_alloc_wqe_buf()
1191 if (pd->ibpd.uobject) in mthca_alloc_qp_common()
1252 if (pd->ibpd.uobject && in mthca_set_qp_size()
1256 max_inline_data = pd->ibpd.uobject ? cap->max_inline_data : 0; in mthca_set_qp_size()
HDmthca_provider.c430 return &pd->ibpd; in mthca_alloc_pd()
/trueos/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_provider.h37 struct ib_pd ibpd; member
46 to_iwch_pd(struct ib_pd *ibpd) in to_iwch_pd() argument
48 return container_of(ibpd, struct iwch_pd, ibpd); in to_iwch_pd()
HDiw_cxgb_provider.c364 iwch_deallocate_pd(&php->ibpd); in iwch_allocate_pd()
369 return &php->ibpd; in iwch_allocate_pd()
/trueos/sys/ofed/drivers/infiniband/hw/mlx4/
HDmlx4_ib.h94 struct ib_pd ibpd; member
573 static inline struct mlx4_ib_pd *to_mpd(struct ib_pd *ibpd) in to_mpd() argument
575 return container_of(ibpd, struct mlx4_ib_pd, ibpd); in to_mpd()
HDmain.c808 return &pd->ibpd; in mlx4_ib_alloc_pd()
HDqp.c1482 destroy_qp_common(dev, mqp, !!pd->ibpd.uobject); in mlx4_ib_destroy_qp()
/trueos/sys/dev/cxgbe/iw_cxgbe/
HDiw_cxgbe.h307 struct ib_pd ibpd; member
312 static inline struct c4iw_pd *to_c4iw_pd(struct ib_pd *ibpd) in to_c4iw_pd() argument
314 return container_of(ibpd, struct c4iw_pd, ibpd); in to_c4iw_pd()
HDprovider.c256 c4iw_deallocate_pd(&php->ibpd); in c4iw_allocate_pd()
269 return (&php->ibpd); in c4iw_allocate_pd()
/trueos/contrib/ofed/libmthca/src/
HDmthca.h263 static inline struct mthca_pd *to_mpd(struct ibv_pd *ibpd) in to_mpd() argument
/trueos/contrib/ofed/libmlx4/src/
HDmlx4.h318 static inline struct mlx4_pd *to_mpd(struct ibv_pd *ibpd) in to_mpd() argument