Searched refs:ib_cq (Results 1 - 25 of 40) sorted by last modified time

12

/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c418 void ipoib_ib_completion(struct ib_cq *cq, void *dev_ptr)
439 void ipoib_send_comp_handler(struct ib_cq *cq, void *dev_ptr)
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/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2607 struct ib_cq *cq;
H A Dmlx5_ib_qp.c85 struct ib_cq *ib_send_cq, struct ib_cq *ib_recv_cq,
1863 struct ib_cq *ib_send_cq, struct ib_cq *ib_recv_cq,
2925 static int mlx5_wq_overflow(struct mlx5_ib_wq *wq, int nreq, struct ib_cq *ib_cq) argument
2934 cq = to_mcq(ib_cq);
H A Dmlx5_ib_mr.c653 static void mlx5_ib_umr_done(struct ib_cq *cq, struct ib_wc *wc)
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.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...]
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c175 struct ib_cq *cq;
357 static void krping_cq_event_handler(struct ib_cq *cq, void *ctx)
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
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)
1380 struct ib_cq *cq;
1579 struct ib_cq *cq;
1644 struct ib_cq *cq;
1693 struct ib_cq *cq;
1722 struct ib_cq *cq;
1782 struct ib_cq *scq = NULL, *rcq = NULL;
3250 struct ib_cq *cq;
H A Dib_uverbs_main.c309 struct ib_cq *cq = uobj->object;
505 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context)
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 Dib_mad.c92 static void ib_mad_send_done(struct ib_cq *cq, struct ib_wc *wc);
2184 static void ib_mad_recv_done(struct ib_cq *cq, struct ib_wc *wc)
2436 static void ib_mad_send_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);
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;
/freebsd-11-stable/sys/modules/ibcore/
H A DMakefile11 ib_cq.c \
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
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);
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...]
/freebsd-11-stable/sys/ofed/include/rdma/
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 Drdmavt_cq.h84 struct ib_cq ibcq;
94 static inline struct rvt_cq *ibcq_to_rvtcq(struct ib_cq *ibcq)
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/dev/mlx4/mlx4_ib/
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/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c362 sdp_tx_irq(struct ib_cq *cq, void *cq_context)
426 struct ib_cq *tx_cq;
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.h319 struct ib_cq *cq;
332 struct ib_cq *cq;

Completed in 276 milliseconds

12