Home
last modified time | relevance | path

Searched refs:mthca_pd (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/drivers/infiniband/hw/mthca/
Dmthca_pd.c39 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd) in mthca_pd_alloc()
62 void mthca_pd_free(struct mthca_dev *dev, struct mthca_pd *pd) in mthca_pd_free()
Dmthca_dev.h353 struct mthca_pd driver_pd;
425 union mthca_buf *buf, int *is_direct, struct mthca_pd *pd,
462 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd);
463 void mthca_pd_free(struct mthca_dev *dev, struct mthca_pd *pd);
512 int mthca_alloc_srq(struct mthca_dev *dev, struct mthca_pd *pd,
544 struct mthca_pd *pd,
552 struct mthca_pd *pd,
562 struct mthca_pd *pd,
Dmthca_provider.h97 struct mthca_pd { struct
314 static inline struct mthca_pd *to_mpd(struct ib_pd *ibpd) in to_mpd()
316 return container_of(ibpd, struct mthca_pd, ibpd); in to_mpd()
DMakefile4 mthca_allocator.o mthca_eq.o mthca_pd.o mthca_cq.o \
Dmthca_srq.c96 struct mthca_pd *pd, in mthca_tavor_init_srq_context()
114 struct mthca_pd *pd, in mthca_arbel_init_srq_context()
147 static int mthca_alloc_srq_buf(struct mthca_dev *dev, struct mthca_pd *pd, in mthca_alloc_srq_buf()
199 int mthca_alloc_srq(struct mthca_dev *dev, struct mthca_pd *pd, in mthca_alloc_srq()
Dmthca_qp.c936 static inline int mthca_max_inline_data(struct mthca_pd *pd, int max_data_size) in mthca_max_inline_data()
943 struct mthca_pd *pd, in mthca_adjust_qp_caps()
968 struct mthca_pd *pd, in mthca_alloc_wqe_buf()
1139 struct mthca_pd *pd, in mthca_alloc_qp_common()
1228 struct mthca_pd *pd, struct mthca_qp *qp) in mthca_set_qp_size()
1267 struct mthca_pd *pd, in mthca_alloc_qp()
1341 struct mthca_pd *pd, in mthca_alloc_sqp()
Dmthca_allocator.c195 union mthca_buf *buf, int *is_direct, struct mthca_pd *pd, in mthca_buf_alloc()
Dmthca_av.c154 struct mthca_pd *pd, in mthca_create_ah()
Dmthca_provider.c375 struct mthca_pd *pd; in mthca_alloc_pd()