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

12

/freebsd-12-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.h598 struct ib_cq *cq;
955 struct ib_cq *cq;
1037 struct ib_cq *send_cq;
1038 struct ib_cq *recv_cq;
1224 void (*done)(struct ib_cq *cq, struct ib_wc *wc);
1433 typedef void (*ib_comp_handler)(struct ib_cq *cq, void *cq_context);
1441 struct ib_cq { struct
1465 struct ib_cq *cq;
1487 struct ib_cq *cq;
1499 struct ib_cq *c
[all...]
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cq.c53 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.h205 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.h215 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context);
H A Dib_uverbs_cmd.c231 static struct ib_cq *idr_read_cq(int cq_handle, struct ib_ucontext *context, int nested)
236 static void put_cq_read(struct ib_cq *cq)
1377 struct ib_cq *cq;
1576 struct ib_cq *cq;
1641 struct ib_cq *cq;
1690 struct ib_cq *cq;
1719 struct ib_cq *cq;
1779 struct ib_cq *scq = NULL, *rcq = NULL;
3247 struct ib_cq *cq;
/freebsd-12-stable/sys/modules/ibcore/
H A DMakefile11 ib_cq.c \
/freebsd-12-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);
H A Dmthca_cq.c659 int mthca_poll_cq(struct ib_cq *ibcq, int num_entries,
728 int mthca_tavor_arm_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags)
741 int mthca_arbel_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags)
/freebsd-12-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-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c865 int c4iw_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)
886 int c4iw_destroy_cq(struct ib_cq *ib_cq) argument
891 CTR2(KTR_IW_CXGBE, "%s ib_cq %p", __func__, ib_cq);
892 chp = to_c4iw_cq(ib_cq);
898 ucontext = ib_cq->uobject ? to_c4iw_ucontext(ib_cq->uobject->context)
906 struct ib_cq *
1038 int c4iw_resize_cq(struct ib_cq *c
[all...]
H A Diw_cxgbe.h419 struct ib_cq ibcq;
428 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq)
923 int c4iw_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
947 int c4iw_destroy_cq(struct ib_cq *ib_cq);
948 struct ib_cq *c4iw_create_cq(struct ib_device *ibdev,
952 int c4iw_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata);
953 int c4iw_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags);
/freebsd-12-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)
738 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
739 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata);
740 struct ib_cq *mlx4_ib_create_cq(struct ib_device *ibdev,
744 int mlx4_ib_destroy_cq(struct ib_cq *cq);
745 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
746 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-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h356 struct ib_cq *recv_cq;
357 struct ib_cq *send_cq;
441 void ipoib_ib_completion(struct ib_cq *cq, void *dev_ptr);
442 void ipoib_send_comp_handler(struct ib_cq *cq, void *dev_ptr);
H A Dipoib_ib.c422 void ipoib_ib_completion(struct ib_cq *cq, void *dev_ptr)
443 void ipoib_send_comp_handler(struct ib_cq *cq, void *dev_ptr)
/freebsd-12-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.c364 sdp_tx_irq(struct ib_cq *cq, void *cq_context)
428 struct ib_cq *tx_cq;
H A Dsdp.h319 struct ib_cq *cq;
332 struct ib_cq *cq;
/freebsd-12-stable/sys/dev/iser/
H A Dicl_iser.h330 struct ib_cq *cq;
H A Diser_verbs.c163 struct ib_cq *cq = comp->cq;
186 iser_cq_callback(struct ib_cq *cq, void *cq_context)

Completed in 148 milliseconds

12