Home
last modified time | relevance | path

Searched refs:mthca_qp (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/ofed/libmthca/src/
HDmthca.h132 struct mthca_qp **table;
206 struct mthca_qp { struct
278 static inline struct mthca_qp *to_mqp(struct ibv_qp *ibqp) in to_mqp()
354 void mthca_init_qp_indices(struct mthca_qp *qp);
364 enum ibv_qp_type type, struct mthca_qp *qp);
365 struct mthca_qp *mthca_find_qp(struct mthca_context *ctx, uint32_t qpn);
366 int mthca_store_qp(struct mthca_context *ctx, uint32_t qpn, struct mthca_qp *qp);
368 int mthca_free_err_wqe(struct mthca_qp *qp, int is_send,
HDqp.c61 static void *get_recv_wqe(struct mthca_qp *qp, int n) in get_recv_wqe()
66 static void *get_send_wqe(struct mthca_qp *qp, int n) in get_send_wqe()
71 void mthca_init_qp_indices(struct mthca_qp *qp) in mthca_init_qp_indices()
104 struct mthca_qp *qp = to_mqp(ibqp); in mthca_tavor_post_send()
337 struct mthca_qp *qp = to_mqp(ibqp); in mthca_tavor_post_recv()
445 struct mthca_qp *qp = to_mqp(ibqp); in mthca_arbel_post_send()
710 struct mthca_qp *qp = to_mqp(ibqp); in mthca_arbel_post_recv()
781 enum ibv_qp_type type, struct mthca_qp *qp) in mthca_alloc_qp_buf()
899 struct mthca_qp *mthca_find_qp(struct mthca_context *ctx, uint32_t qpn) in mthca_find_qp()
909 int mthca_store_qp(struct mthca_context *ctx, uint32_t qpn, struct mthca_qp *qp) in mthca_store_qp()
[all …]
HDcq.c176 struct mthca_qp *qp, int wqe_index, int is_send, in handle_error_cqe()
291 struct mthca_qp **cur_qp, in mthca_poll_one()
463 struct mthca_qp *qp = NULL; in mthca_poll_cq()
HDverbs.c511 struct mthca_qp *qp; in mthca_create_qp()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_provider.h260 struct mthca_qp { struct
288 struct mthca_qp qp; argument
333 static inline struct mthca_qp *to_mqp(struct ib_qp *ibqp) in to_mqp()
335 return container_of(ibqp, struct mthca_qp, ibqp); in to_mqp()
338 static inline struct mthca_sqp *to_msqp(struct mthca_qp *qp) in to_msqp()
HDmthca_qp.c195 static int is_sqp(struct mthca_dev *dev, struct mthca_qp *qp) in is_sqp()
201 static int is_qp0(struct mthca_dev *dev, struct mthca_qp *qp) in is_qp0()
207 static void *get_recv_wqe(struct mthca_qp *qp, int n) in get_recv_wqe()
216 static void *get_send_wqe(struct mthca_qp *qp, int n) in get_send_wqe()
240 struct mthca_qp *qp; in mthca_qp_event()
330 static __be32 get_hw_access_flags(struct mthca_qp *qp, const struct ib_qp_attr *attr, in get_hw_access_flags()
431 struct mthca_qp *qp = to_mqp(ibqp); in mthca_query_qp()
554 struct mthca_qp *qp = to_mqp(ibqp); in __mthca_modify_qp()
856 struct mthca_qp *qp = to_mqp(ibqp); in mthca_modify_qp()
921 static int mthca_max_data_size(struct mthca_dev *dev, struct mthca_qp *qp, int desc_sz) in mthca_max_data_size()
[all …]
HDMakefile5 mthca_mr.o mthca_qp.o mthca_av.o mthca_mcg.o mthca_mad.o \
HDmthca_dev.h541 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
550 struct mthca_qp *qp);
560 void mthca_free_qp(struct mthca_dev *dev, struct mthca_qp *qp);
HDmthca_cq.c377 struct mthca_qp *qp, int wqe_index, int is_send, in handle_error_cqe()
484 struct mthca_qp **cur_qp, in mthca_poll_one()
664 struct mthca_qp *qp = NULL; in mthca_poll_cq()
HDmthca_provider.c546 struct mthca_qp *qp; in mthca_create_qp()
/NextBSD/sys/modules/mthca/
HDMakefile8 SRCS+= mthca_mr.c mthca_pd.c mthca_profile.c mthca_provider.c mthca_qp.c
/NextBSD/contrib/ofed/libmthca/
HDChangeLog317 mthca_return_cap): Eliminate struct mthca_qp.qpt field and use
/NextBSD/sys/conf/
HDfiles4203 ofed/drivers/infiniband/hw/mthca/mthca_qp.c optional mthca \