Searched defs:ib_cq (Results 1 - 7 of 7) sorted by relevance
/drivers/infiniband/hw/cxgb4/ |
H A D | cq.c | 709 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 D | c2_provider.c | 289 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 D | iwch_provider.c | 125 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 D | ehca_classes.h | 97 struct ib_cq *ibcq_aqp1; 238 struct ib_cq ib_cq; member in struct:ehca_cq
|
/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 1516 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 D | mthca_qp.c | 1543 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 D | nes_verbs.c | 1522 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 53 milliseconds