Home
last modified time | relevance | path

Searched refs:ib_event (Results 1 – 25 of 56) sorted by relevance

123

/linux-3.4.99/drivers/infiniband/hw/amso1100/
Dc2_ae.c153 struct ib_event ib_event; in c2_ae_event() local
166 memset(&ib_event, 0, sizeof(ib_event)); in c2_ae_event()
232 ib_event.device = &c2dev->ibdev; in c2_ae_event()
233 ib_event.element.qp = &qp->ibqp; in c2_ae_event()
234 ib_event.event = IB_EVENT_QP_REQ_ERR; in c2_ae_event()
237 qp->ibqp.event_handler(&ib_event, in c2_ae_event()
307 ib_event.device = &c2dev->ibdev; in c2_ae_event()
308 ib_event.element.cq = &cq->ibcq; in c2_ae_event()
309 ib_event.event = IB_EVENT_CQ_ERR; in c2_ae_event()
312 cq->ibcq.event_handler(&ib_event, in c2_ae_event()
/linux-3.4.99/drivers/infiniband/core/
Duverbs.h172 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr);
173 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr);
174 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr);
176 struct ib_event *event);
Dcma.c998 static int cma_ib_handler(struct ib_cm_id *cm_id, struct ib_cm_event *ib_event) in cma_ib_handler() argument
1004 if ((ib_event->event != IB_CM_TIMEWAIT_EXIT && in cma_ib_handler()
1006 (ib_event->event == IB_CM_TIMEWAIT_EXIT && in cma_ib_handler()
1011 switch (ib_event->event) { in cma_ib_handler()
1018 event.status = cma_verify_rep(id_priv, ib_event->private_data); in cma_ib_handler()
1027 cma_set_rep_event_data(&event, &ib_event->param.rep_rcvd, in cma_ib_handler()
1028 ib_event->private_data); in cma_ib_handler()
1051 event.status = ib_event->param.rej_rcvd.reason; in cma_ib_handler()
1053 event.param.conn.private_data = ib_event->private_data; in cma_ib_handler()
1058 ib_event->event); in cma_ib_handler()
[all …]
Duverbs_main.c465 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_cq_event_handler()
475 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_qp_event_handler()
487 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_srq_event_handler()
500 struct ib_event *event) in ib_uverbs_event_handler()
Dverbs.c346 static void __ib_shared_qp_event_handler(struct ib_event *event, void *context) in __ib_shared_qp_event_handler()
362 void (*event_handler)(struct ib_event *, void *), in __ib_open_qp() argument
908 void (*event_handler)(struct ib_event *, void *), in ib_create_cq() argument
Dcache.c296 struct ib_event *event) in ib_cache_event()
/linux-3.4.99/drivers/infiniband/hw/cxgb4/
Dev.c41 enum ib_event_type ib_event) in post_qp_event() argument
43 struct ib_event event; in post_qp_event()
67 event.event = ib_event; in post_qp_event()
69 if (ib_event == IB_EVENT_CQ_ERR) in post_qp_event()
/linux-3.4.99/drivers/infiniband/hw/cxgb3/
Diwch_ev.c43 enum ib_event_type ib_event, in post_qp_event() argument
46 struct ib_event event; in post_qp_event()
88 event.event = ib_event; in post_qp_event()
90 if (ib_event == IB_EVENT_CQ_ERR) in post_qp_event()
Diwch.c209 struct ib_event event; in iwch_event_handler()
/linux-3.4.99/include/rdma/
Dib_verbs.h368 struct ib_event { struct
381 void (*handler)(struct ib_event_handler *, struct ib_event *); argument
568 void (*event_handler)(struct ib_event *, void *);
620 void (*event_handler)(struct ib_event *, void *);
634 void (*event_handler)(struct ib_event *, void *);
935 void (*event_handler)(struct ib_event *, void *);
945 void (*event_handler)(struct ib_event *, void *);
971 void (*event_handler)(struct ib_event *, void *);
1309 void ib_dispatch_event(struct ib_event *event);
1596 void (*event_handler)(struct ib_event *, void *),
/linux-3.4.99/drivers/infiniband/hw/qib/
Dqib_ruc.c145 void (*handler)(struct ib_event *, void *); in qib_get_rwqe()
208 struct ib_event ev; in qib_get_rwqe()
231 struct ib_event ev; in qib_migrate_qp()
629 struct ib_event ev; in qib_ruc_loopback()
Dqib_intr.c74 struct ib_event event; in signal_ib_event()
Dqib_cq.c71 struct ib_event ev; in qib_cq_enter()
/linux-3.4.99/drivers/infiniband/hw/mthca/
Dmthca_catas.c89 struct ib_event event; in handle_catas()
Dmthca_mad.c110 struct ib_event event; in smp_snoop()
/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_ruc.c173 void (*handler)(struct ib_event *, void *); in ipath_get_rwqe()
232 struct ib_event ev; in ipath_get_rwqe()
499 struct ib_event ev; in ipath_ruc_loopback()
Dipath_ud.c62 void (*handler)(struct ib_event *, void *); in ipath_ud_loopback()
165 struct ib_event ev; in ipath_ud_loopback()
Dipath_cq.c71 struct ib_event ev; in ipath_cq_enter()
/linux-3.4.99/drivers/infiniband/ulp/iser/
Diser_verbs.c47 static void iser_cq_event_callback(struct ib_event *cause, void *context) in iser_cq_event_callback()
52 static void iser_qp_event_callback(struct ib_event *cause, void *context) in iser_qp_event_callback()
58 struct ib_event *event) in iser_event_handler()
/linux-3.4.99/net/9p/
Dtrans_rdma.c320 static void qp_event_handler(struct ib_event *event, void *context) in qp_event_handler()
357 static void cq_event_handler(struct ib_event *e, void *v) in cq_event_handler()
/linux-3.4.99/net/rds/
Diw_cm.c142 static void rds_iw_cq_event_handler(struct ib_event *event, void *data) in rds_iw_cq_event_handler()
147 static void rds_iw_qp_event_handler(struct ib_event *event, void *data) in rds_iw_qp_event_handler()
Dib_cm.c234 static void rds_ib_cq_event_handler(struct ib_event *event, void *data) in rds_ib_cq_event_handler()
240 static void rds_ib_qp_event_handler(struct ib_event *event, void *data) in rds_ib_qp_event_handler()
/linux-3.4.99/drivers/infiniband/ulp/ipoib/
Dipoib_verbs.c273 struct ib_event *record) in ipoib_event()
/linux-3.4.99/drivers/infiniband/hw/ehca/
Dehca_irq.c181 struct ib_event event; in dispatch_qp_event()
329 struct ib_event event; in dispatch_port_event()
/linux-3.4.99/drivers/infiniband/hw/mlx4/
Dsrq.c48 struct ib_event event; in mlx4_ib_srq_event()

123