Searched refs:ibpd (Results 1 – 13 of 13) sorted by relevance
| /trueos/sys/ofed/drivers/infiniband/hw/mthca/ |
| HD | mthca_provider.h | 98 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()
|
| HD | mthca_srq.c | 106 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()
|
| HD | mthca_qp.c | 951 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()
|
| HD | mthca_provider.c | 430 return &pd->ibpd; in mthca_alloc_pd()
|
| /trueos/sys/dev/cxgb/ulp/iw_cxgb/ |
| HD | iw_cxgb_provider.h | 37 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()
|
| HD | iw_cxgb_provider.c | 364 iwch_deallocate_pd(&php->ibpd); in iwch_allocate_pd() 369 return &php->ibpd; in iwch_allocate_pd()
|
| /trueos/sys/ofed/drivers/infiniband/hw/mlx4/ |
| HD | mlx4_ib.h | 94 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()
|
| HD | main.c | 808 return &pd->ibpd; in mlx4_ib_alloc_pd()
|
| HD | qp.c | 1482 destroy_qp_common(dev, mqp, !!pd->ibpd.uobject); in mlx4_ib_destroy_qp()
|
| /trueos/sys/dev/cxgbe/iw_cxgbe/ |
| HD | iw_cxgbe.h | 307 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()
|
| HD | provider.c | 256 c4iw_deallocate_pd(&php->ibpd); in c4iw_allocate_pd() 269 return (&php->ibpd); in c4iw_allocate_pd()
|
| /trueos/contrib/ofed/libmthca/src/ |
| HD | mthca.h | 263 static inline struct mthca_pd *to_mpd(struct ibv_pd *ibpd) in to_mpd() argument
|
| /trueos/contrib/ofed/libmlx4/src/ |
| HD | mlx4.h | 318 static inline struct mlx4_pd *to_mpd(struct ibv_pd *ibpd) in to_mpd() argument
|