Searched refs:mthca_pd (Results 1 – 10 of 10) sorted by relevance
| /src/sys/dev/mthca/ |
| H A D | mthca_dev.h | 355 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, 547 struct mthca_pd *pd, 556 struct mthca_pd *pd, 567 struct mthca_pd *pd,
|
| H A D | mthca_pd.c | 39 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()
|
| H A D | mthca_provider.h | 99 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()
|
| H A D | mthca_srq.c | 98 struct mthca_pd *pd, in mthca_tavor_init_srq_context() 119 struct mthca_pd *pd, in mthca_arbel_init_srq_context() 148 static int mthca_alloc_srq_buf(struct mthca_dev *dev, struct mthca_pd *pd, in mthca_alloc_srq_buf() 200 int mthca_alloc_srq(struct mthca_dev *dev, struct mthca_pd *pd, in mthca_alloc_srq()
|
| H A D | mthca_qp.c | 943 static inline int mthca_max_inline_data(struct mthca_pd *pd, int max_data_size) in mthca_max_inline_data() 950 struct mthca_pd *pd, in mthca_adjust_qp_caps() 975 struct mthca_pd *pd, in mthca_alloc_wqe_buf() 1146 struct mthca_pd *pd, in mthca_alloc_qp_common() 1235 struct mthca_pd *pd, struct mthca_qp *qp) in mthca_set_qp_size() 1274 struct mthca_pd *pd, in mthca_alloc_qp() 1349 struct mthca_pd *pd, in mthca_alloc_sqp()
|
| H A D | mthca_allocator.c | 195 union mthca_buf *buf, int *is_direct, struct mthca_pd *pd, in mthca_buf_alloc()
|
| H A D | mthca_av.c | 154 struct mthca_pd *pd, in mthca_create_ah()
|
| H A D | mthca_provider.c | 367 struct mthca_pd *pd = to_mpd(ibpd); in mthca_alloc_pd() 1147 #define mthca_ib_pd mthca_pd in mthca_register_device()
|
| /src/sys/modules/mthca/ |
| H A D | Makefile | 16 mthca_pd.c \
|
| /src/sys/conf/ |
| H A D | files | 4897 dev/mthca/mthca_pd.c optional mthca pci ofed \
|