Searched refs:ib_cq (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdmavt_cq.h84 struct ib_cq ibcq;
94 static inline struct rvt_cq *ibcq_to_rvtcq(struct ib_cq *ibcq)
H A Dib_verbs.h596 struct ib_cq *cq;
953 struct ib_cq *cq;
1035 struct ib_cq *send_cq;
1036 struct ib_cq *recv_cq;
1222 void (*done)(struct ib_cq *cq, struct ib_wc *wc);
1436 typedef void (*ib_comp_handler)(struct ib_cq *cq, void *cq_context);
1444 struct ib_cq { struct
1468 struct ib_cq *cq;
1490 struct ib_cq *cq;
1502 struct ib_cq *c
[all...]
H A Dib_verbs_compat.h119 struct ib_cq *cq;
198 struct ib_cq *cq;
332 static inline struct ib_cq *
348 ib_modify_cq_compat(struct ib_cq *cq,
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cq.c36 __FBSDID("$FreeBSD: stable/11/sys/ofed/drivers/infiniband/core/ib_cq.c 337096 2018-08-02 08:33:51Z hselasky $");
53 struct ib_cq *cq = container_of(work, struct ib_cq, work);
83 ib_cq_completion_workqueue(struct ib_cq *cq, void *private)
88 struct ib_cq *
96 struct ib_cq *cq;
140 ib_free_cq(struct ib_cq *cq)
H A Dmad_priv.h203 struct ib_cq *cq;
H A Dib_verbs.c674 struct ib_cq *uninitialized_var(cq);
1320 struct ib_cq *scq, *rcq;
1357 struct ib_cq *ib_create_cq(struct ib_device *device,
1363 struct ib_cq *cq;
1380 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period)
1387 int ib_destroy_cq(struct ib_cq *cq)
1396 int ib_resize_cq(struct ib_cq *cq, int cqe)
1661 struct ib_cq *cq = wq->cq;
1964 static void ib_drain_qp_done(struct ib_cq *cq, struct ib_wc *wc)
H A Duverbs.h213 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context);
/freebsd-11-stable/sys/modules/ibcore/
H A DMakefile11 ib_cq.c \
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.h204 struct ib_cq ibcq;
326 static inline struct mthca_cq *to_mcq(struct ib_cq *ibcq)
H A Dmthca_dev.h496 int mthca_poll_cq(struct ib_cq *ibcq, int num_entries,
498 int mthca_tavor_arm_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags);
499 int mthca_arbel_arm_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags);
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.h100 struct ib_cq ibcq;
109 to_iwch_cq(struct ib_cq *ibcq)
336 int iwch_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
H A Diw_cxgb_provider.c160 iwch_destroy_cq(struct ib_cq *ib_cq) argument
164 CTR2(KTR_IW_CXGB, "%s ib_cq %p", __FUNCTION__, ib_cq);
165 chp = to_iwch_cq(ib_cq);
178 static struct ib_cq *
283 iwch_resize_cq(struct ib_cq *cq __unused, int cqe __unused,
291 iwch_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags)
H A Diw_cxgb_cq.c230 int iwch_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h432 struct ib_cq ibcq;
528 struct ib_cq *cq;
584 struct ib_cq *c0;
716 static inline struct mlx5_ib_cq *to_mcq(struct ib_cq *ibcq)
824 struct ib_cq *mlx5_ib_create_cq(struct ib_device *ibdev,
828 int mlx5_ib_destroy_cq(struct ib_cq *cq);
829 int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
830 int mlx5_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags);
831 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
832 int mlx5_ib_resize_cq(struct ib_cq *ibc
[all...]
H A Dmlx5_ib_cq.c36 struct ib_cq *ibcq = &to_mibcq(cq)->ibcq;
45 struct ib_cq *ibcq = &cq->ibcq;
665 int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)
697 int mlx5_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags)
900 struct ib_cq *mlx5_ib_create_cq(struct ib_device *ibdev,
1011 int mlx5_ib_destroy_cq(struct ib_cq *cq)
1097 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period)
1241 int mlx5_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata)
1370 int mlx5_ib_get_cqe_size(struct mlx5_ib_dev *dev, struct ib_cq *ibcq)
1382 int mlx5_ib_generate_wc(struct ib_cq *ibc
[all...]
H A Dmlx5_ib_gsi.c45 struct ib_cq *cq;
70 struct ib_cq *gsi_cq = gsi->ibqp.send_cq;
91 static void handle_single_completion(struct ib_cq *cq, struct ib_wc *wc)
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h107 struct ib_cq *cq;
122 struct ib_cq ibcq;
443 struct ib_cq *cq;
654 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq)
743 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
744 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata);
745 struct ib_cq *mlx4_ib_create_cq(struct ib_device *ibdev,
749 int mlx4_ib_destroy_cq(struct ib_cq *cq);
750 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
751 int mlx4_ib_arm_cq(struct ib_cq *c
[all...]
H A Dmlx4_ib_cq.c45 struct ib_cq *ibcq = &to_mibcq(cq)->ibcq;
52 struct ib_cq *ibcq;
93 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period)
171 struct ib_cq *mlx4_ib_create_cq(struct ib_device *ibdev,
373 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata)
474 int mlx4_ib_destroy_cq(struct ib_cq *cq)
872 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)
900 int mlx4_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags)
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c863 int c4iw_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)
884 int c4iw_destroy_cq(struct ib_cq *ib_cq) argument
889 CTR2(KTR_IW_CXGBE, "%s ib_cq %p", __func__, ib_cq);
890 chp = to_c4iw_cq(ib_cq);
896 ucontext = ib_cq->uobject ? to_c4iw_ucontext(ib_cq->uobject->context)
904 struct ib_cq *
1036 int c4iw_resize_cq(struct ib_cq *c
[all...]
H A Diw_cxgbe.h415 struct ib_cq ibcq;
424 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq)
919 int c4iw_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
943 int c4iw_destroy_cq(struct ib_cq *ib_cq);
944 struct ib_cq *c4iw_create_cq(struct ib_device *ibdev,
948 int c4iw_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata);
949 int c4iw_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags);
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h354 struct ib_cq *recv_cq;
355 struct ib_cq *send_cq;
448 void ipoib_ib_completion(struct ib_cq *cq, void *dev_ptr);
449 void ipoib_send_comp_handler(struct ib_cq *cq, void *dev_ptr);
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_rx.c533 struct ib_cq *cq = ssk->rx_ring.cq;
660 sdp_rx_irq(struct ib_cq *cq, void *cq_context)
708 struct ib_cq *rx_cq;
H A Dsdp_tx.c362 sdp_tx_irq(struct ib_cq *cq, void *cq_context)
426 struct ib_cq *tx_cq;
H A Dsdp.h319 struct ib_cq *cq;
332 struct ib_cq *cq;
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.h330 struct ib_cq *cq;

Completed in 184 milliseconds

12