Searched defs:ib_cq (Results 1 - 7 of 7) sorted by relevance

/drivers/infiniband/hw/cxgb4/
H A Dcq.c709 int c4iw_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)
730 int c4iw_destroy_cq(struct ib_cq *ib_cq) argument
735 PDBG("%s ib_cq %p\n", __func__, ib_cq);
736 chp = to_c4iw_cq(ib_cq);
742 ucontext = ib_cq->uobject ? to_c4iw_ucontext(ib_cq->uobject->context)
750 struct ib_cq *c4iw_create_cq(struct ib_device *ibdev, int entries,
879 int c4iw_resize_cq(struct ib_cq *c
[all...]
/drivers/infiniband/hw/amso1100/
H A Dc2_provider.c289 static struct ib_cq *c2_create_cq(struct ib_device *ibdev, int entries, int vector,
312 static int c2_destroy_cq(struct ib_cq *ib_cq) argument
314 struct c2_cq *cq = to_c2cq(ib_cq);
318 c2_free_cq(to_c2dev(ib_cq->device), cq);
/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c125 static int iwch_destroy_cq(struct ib_cq *ib_cq) argument
129 PDBG("%s ib_cq %p\n", __func__, ib_cq);
130 chp = to_iwch_cq(ib_cq);
141 static struct ib_cq *iwch_create_cq(struct ib_device *ibdev, int entries, int vector,
244 static int iwch_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata)
251 PDBG("%s ib_cq %p cqe %d\n", __func__, cq, cqe);
312 static int iwch_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags)
/drivers/infiniband/hw/ehca/
H A Dehca_classes.h97 struct ib_cq *ibcq_aqp1;
238 struct ib_cq ib_cq; member in struct:ehca_cq
/drivers/infiniband/hw/mlx4/
H A Dqp.c1516 static int mlx4_wq_overflow(struct mlx4_ib_wq *wq, int nreq, struct ib_cq *ib_cq) argument
1525 cq = to_mcq(ib_cq);
/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1543 struct ib_cq *ib_cq)
1552 cq = to_mcq(ib_cq);
1542 mthca_wq_overflow(struct mthca_wq *wq, int nreq, struct ib_cq *ib_cq) argument
/drivers/infiniband/hw/nes/
H A Dnes_verbs.c1522 static struct ib_cq *nes_create_cq(struct ib_device *ibdev, int entries,
1779 static int nes_destroy_cq(struct ib_cq *ib_cq) argument
1791 if (ib_cq == NULL)
1794 nescq = to_nescq(ib_cq);
1795 nesvnic = to_nesvnic(ib_cq->device);
3629 static int nes_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry)
3804 static int nes_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags)

Completed in 173 milliseconds