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

/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_pd.c39 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd)
62 void mthca_pd_free(struct mthca_dev *dev, struct mthca_pd *pd)
H A DMakefile5 mthca_allocator.o mthca_eq.o mthca_pd.o mthca_cq.o \
H A Dmthca_provider.h79 struct mthca_pd { struct
291 static inline struct mthca_pd *to_mpd(struct ib_pd *ibpd)
293 return container_of(ibpd, struct mthca_pd, ibpd);
H A Dmthca_dev.h352 struct mthca_pd driver_pd;
424 union mthca_buf *buf, int *is_direct, struct mthca_pd *pd,
461 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd);
462 void mthca_pd_free(struct mthca_dev *dev, struct mthca_pd *pd);
501 int mthca_alloc_srq(struct mthca_dev *dev, struct mthca_pd *pd,
534 struct mthca_pd *pd,
543 struct mthca_pd *pd,
554 struct mthca_pd *pd,
H A Dmthca_srq.c98 struct mthca_pd *pd,
119 struct mthca_pd *pd,
154 static int mthca_alloc_srq_buf(struct mthca_dev *dev, struct mthca_pd *pd,
206 int mthca_alloc_srq(struct mthca_dev *dev, struct mthca_pd *pd,
H A Dmthca_allocator.c191 union mthca_buf *buf, int *is_direct, struct mthca_pd *pd,
H A Dmthca_av.c154 struct mthca_pd *pd,
H A Dmthca_qp.c959 static inline int mthca_max_inline_data(struct mthca_pd *pd, int max_data_size)
966 struct mthca_pd *pd,
991 struct mthca_pd *pd,
1163 struct mthca_pd *pd,
1253 struct mthca_pd *pd, struct mthca_qp *qp)
1292 struct mthca_pd *pd,
1367 struct mthca_pd *pd,
H A Dmthca_provider.c351 struct mthca_pd *pd = to_mpd(ibpd);
1097 INIT_RDMA_OBJ_SIZE(ib_pd, mthca_pd, ibpd),

Completed in 540 milliseconds