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

12

/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h304 struct ib_cq ibcq;
454 struct ib_cq *c0;
494 struct ib_cq *rcq;
495 struct ib_cq *scq;
582 static inline struct mlx5_ib_cq *to_mcq(struct ib_cq *ibcq)
684 struct ib_cq *mlx5_ib_create_cq(struct ib_device *ibdev,
688 int mlx5_ib_destroy_cq(struct ib_cq *cq);
689 int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
690 int mlx5_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags);
691 int mlx5_ib_modify_cq(struct ib_cq *c
[all...]
H A Dmlx5_ib_cq.c37 struct ib_cq *ibcq = &to_mibcq(cq)->ibcq;
46 struct ib_cq *ibcq = &cq->ibcq;
597 int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)
630 int mlx5_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags)
825 struct ib_cq *mlx5_ib_create_cq(struct ib_device *ibdev,
922 int mlx5_ib_destroy_cq(struct ib_cq *cq)
1008 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period)
1171 int mlx5_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata)
1291 int mlx5_ib_get_cqe_size(struct mlx5_ib_dev *dev, struct ib_cq *ibcq)
H A Dmlx5_ib_qp.c950 struct ib_cq *ib_send_cq, struct ib_cq *ib_recv_cq,
2128 static int mlx5_wq_overflow(struct mlx5_ib_wq *wq, int nreq, struct ib_cq *ib_cq) argument
2137 cq = to_mcq(ib_cq);
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h102 struct ib_cq *cq;
122 struct ib_cq ibcq;
434 struct ib_cq *cq;
583 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq)
655 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
656 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata);
657 int mlx4_ib_ignore_overrun_cq(struct ib_cq *ibcq);
658 struct ib_cq *mlx4_ib_create_cq(struct ib_device *ibdev, int entries, int vector,
661 int mlx4_ib_destroy_cq(struct ib_cq *cq);
662 int mlx4_ib_poll_cq(struct ib_cq *ibc
[all...]
H A Dcq.c47 struct ib_cq *ibcq = &to_mibcq(cq)->ibcq;
54 struct ib_cq *ibcq;
95 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period)
176 struct ib_cq *mlx4_ib_create_cq(struct ib_device *ibdev, int entries, int vector,
365 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata)
465 int mlx4_ib_ignore_overrun_cq(struct ib_cq *ibcq)
476 int mlx4_ib_destroy_cq(struct ib_cq *cq)
802 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)
828 int mlx4_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags)
/freebsd-10-stable/sys/ofed/include/rdma/
H A Dib_verbs.h433 struct ib_cq *cq;
640 struct ib_cq *cq;
704 struct ib_cq *send_cq;
705 struct ib_cq *recv_cq;
1053 typedef void (*ib_comp_handler)(struct ib_cq *cq, void *cq_context);
1055 struct ib_cq { struct
1077 struct ib_cq *cq;
1086 struct ib_cq *send_cq;
1087 struct ib_cq *recv_cq;
1319 struct ib_cq * (*create_c
[all...]
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h201 struct ib_cq ibcq;
323 static inline struct mthca_cq *to_mcq(struct ib_cq *ibcq)
H A Dmthca_dev.h494 int mthca_poll_cq(struct ib_cq *ibcq, int num_entries,
496 int mthca_tavor_arm_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags);
497 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)
H A Dmthca_provider.c675 static struct ib_cq *mthca_create_cq(struct ib_device *ibdev, int entries,
797 static int mthca_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata)
876 static int mthca_destroy_cq(struct ib_cq *cq)
/freebsd-10-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 *
282 iwch_resize_cq(struct ib_cq *cq __unused, int cqe __unused,
290 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-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c748 int c4iw_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)
769 int c4iw_destroy_cq(struct ib_cq *ib_cq) argument
774 CTR2(KTR_IW_CXGBE, "%s ib_cq %p", __func__, ib_cq);
775 chp = to_c4iw_cq(ib_cq);
781 ucontext = ib_cq->uobject ? to_c4iw_ucontext(ib_cq->uobject->context)
789 struct ib_cq *
920 int c4iw_resize_cq(struct ib_cq *c
[all...]
H A Diw_cxgbe.h385 struct ib_cq ibcq;
394 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq)
873 int c4iw_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
909 int c4iw_destroy_cq(struct ib_cq *ib_cq);
910 struct ib_cq *c4iw_create_cq(struct ib_device *ibdev, int entries,
914 int c4iw_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata);
915 int c4iw_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags);
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dverbs.c264 struct ib_cq *xrc_cq,
314 struct ib_cq *xrc_cq;
694 struct ib_cq *scq, *rcq;
723 struct ib_cq *ib_create_cq(struct ib_device *device,
728 struct ib_cq *cq;
745 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period)
752 int ib_destroy_cq(struct ib_cq *cq)
761 int ib_resize_cq(struct ib_cq *cq, int cqe)
H A Dmad_priv.h205 struct ib_cq *cq;
H A Duverbs.h164 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context);
H A Duverbs_cmd.c221 static struct ib_cq *idr_read_cq(int cq_handle, struct ib_ucontext *context, int nested)
226 static void put_cq_read(struct ib_cq *cq)
769 struct ib_cq *cq;
868 struct ib_cq *cq;
904 struct ib_cq *cq;
967 struct ib_cq *cq;
991 struct ib_cq *cq;
1045 struct ib_cq *scq, *rcq;
2095 struct ib_cq *xrc_cq;
H A Duverbs_main.c237 struct ib_cq *cq = uobj->object;
411 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context)
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h350 struct ib_cq *recv_cq;
351 struct ib_cq *send_cq;
444 void ipoib_ib_completion(struct ib_cq *cq, void *dev_ptr);
445 void ipoib_send_comp_handler(struct ib_cq *cq, void *dev_ptr);
H A Dipoib_ib.c411 void ipoib_ib_completion(struct ib_cq *cq, void *dev_ptr)
432 void ipoib_send_comp_handler(struct ib_cq *cq, void *dev_ptr)
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_rx.c545 struct ib_cq *cq = ssk->rx_ring.cq;
675 sdp_rx_irq(struct ib_cq *cq, void *cq_context)
720 struct ib_cq *rx_cq;
H A Dsdp_tx.c362 sdp_tx_irq(struct ib_cq *cq, void *cq_context)
421 struct ib_cq *tx_cq;
H A Dsdp.h319 struct ib_cq *cq;
332 struct ib_cq *cq;

Completed in 260 milliseconds

12