Symbol: mthca_pd
sys/dev/mthca/mthca_allocator.c
196
union mthca_buf *buf, int *is_direct, struct mthca_pd *pd,
sys/dev/mthca/mthca_av.c
154
struct mthca_pd *pd,
sys/dev/mthca/mthca_dev.h
355
struct mthca_pd driver_pd;
sys/dev/mthca/mthca_dev.h
427
union mthca_buf *buf, int *is_direct, struct mthca_pd *pd,
sys/dev/mthca/mthca_dev.h
464
int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd);
sys/dev/mthca/mthca_dev.h
465
void mthca_pd_free(struct mthca_dev *dev, struct mthca_pd *pd);
sys/dev/mthca/mthca_dev.h
514
int mthca_alloc_srq(struct mthca_dev *dev, struct mthca_pd *pd,
sys/dev/mthca/mthca_dev.h
547
struct mthca_pd *pd,
sys/dev/mthca/mthca_dev.h
556
struct mthca_pd *pd,
sys/dev/mthca/mthca_dev.h
567
struct mthca_pd *pd,
sys/dev/mthca/mthca_pd.c
39
int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd)
sys/dev/mthca/mthca_pd.c
62
void mthca_pd_free(struct mthca_dev *dev, struct mthca_pd *pd)
sys/dev/mthca/mthca_provider.c
1146
#define mthca_ib_pd mthca_pd
sys/dev/mthca/mthca_provider.c
367
struct mthca_pd *pd = to_mpd(ibpd);
sys/dev/mthca/mthca_provider.h
316
static inline struct mthca_pd *to_mpd(struct ib_pd *ibpd)
sys/dev/mthca/mthca_provider.h
318
return container_of(ibpd, struct mthca_pd, ibpd);
sys/dev/mthca/mthca_qp.c
1154
struct mthca_pd *pd,
sys/dev/mthca/mthca_qp.c
1243
struct mthca_pd *pd, struct mthca_qp *qp)
sys/dev/mthca/mthca_qp.c
1282
struct mthca_pd *pd,
sys/dev/mthca/mthca_qp.c
1357
struct mthca_pd *pd,
sys/dev/mthca/mthca_qp.c
951
static inline int mthca_max_inline_data(struct mthca_pd *pd, int max_data_size)
sys/dev/mthca/mthca_qp.c
958
struct mthca_pd *pd,
sys/dev/mthca/mthca_qp.c
983
struct mthca_pd *pd,
sys/dev/mthca/mthca_srq.c
119
struct mthca_pd *pd,
sys/dev/mthca/mthca_srq.c
148
static int mthca_alloc_srq_buf(struct mthca_dev *dev, struct mthca_pd *pd,
sys/dev/mthca/mthca_srq.c
200
int mthca_alloc_srq(struct mthca_dev *dev, struct mthca_pd *pd,
sys/dev/mthca/mthca_srq.c
98
struct mthca_pd *pd,