Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/mthca/
HDmthca_dev.h355 struct mthca_pd driver_pd;
427 union mthca_buf *buf, int *is_direct, struct mthca_pd *pd,
464 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd);
465 void mthca_pd_free(struct mthca_dev *dev, struct mthca_pd *pd);
514 int mthca_alloc_srq(struct mthca_dev *dev, struct mthca_pd *pd,
546 struct mthca_pd *pd,
554 struct mthca_pd *pd,
564 struct mthca_pd *pd,
HDmthca_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()
HDmthca_provider.h99 struct mthca_pd { struct
316 static inline struct mthca_pd *to_mpd(struct ib_pd *ibpd) in to_mpd()
318 return container_of(ibpd, struct mthca_pd, ibpd); in to_mpd()
HDmthca_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()
HDmthca_qp.c939 static inline int mthca_max_inline_data(struct mthca_pd *pd, int max_data_size) in mthca_max_inline_data()
946 struct mthca_pd *pd, in mthca_adjust_qp_caps()
971 struct mthca_pd *pd, in mthca_alloc_wqe_buf()
1142 struct mthca_pd *pd, in mthca_alloc_qp_common()
1231 struct mthca_pd *pd, struct mthca_qp *qp) in mthca_set_qp_size()
1270 struct mthca_pd *pd, in mthca_alloc_qp()
1344 struct mthca_pd *pd, in mthca_alloc_sqp()
HDmthca_allocator.c195 union mthca_buf *buf, int *is_direct, struct mthca_pd *pd, in mthca_buf_alloc()
HDmthca_av.c154 struct mthca_pd *pd, in mthca_create_ah()
HDmthca_provider.c379 struct mthca_pd *pd; in mthca_alloc_pd()
/freebsd-11-stable/sys/modules/mthca/
HDMakefile17 mthca_pd.c \
/freebsd-11-stable/sys/conf/
HDfiles4447 dev/mthca/mthca_pd.c optional mthca pci ofed \