Home
last modified time | relevance | path

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

123

/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()
/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.c1004 static int cma_ib_handler(struct ib_cm_id *cm_id, struct ib_cm_event *ib_event) in cma_ib_handler() argument
1010 if ((ib_event->event != IB_CM_TIMEWAIT_EXIT && in cma_ib_handler()
1012 (ib_event->event == IB_CM_TIMEWAIT_EXIT && in cma_ib_handler()
1017 switch (ib_event->event) { in cma_ib_handler()
1024 event.status = cma_verify_rep(id_priv, ib_event->private_data); in cma_ib_handler()
1033 cma_set_rep_event_data(&event, &ib_event->param.rep_rcvd, in cma_ib_handler()
1034 ib_event->private_data); in cma_ib_handler()
1057 event.status = ib_event->param.rej_rcvd.reason; in cma_ib_handler()
1059 event.param.conn.private_data = ib_event->private_data; in cma_ib_handler()
1064 ib_event->event); in cma_ib_handler()
[all …]
Duverbs_main.c474 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_cq_event_handler()
484 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_qp_event_handler()
496 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_srq_event_handler()
509 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()
363 void (*event_handler)(struct ib_event *, void *), in __ib_open_qp() argument
910 void (*event_handler)(struct ib_event *, void *), in ib_create_cq() argument
Dcache.c337 struct ib_event *event) in ib_cache_event()
Ddevice.c536 void ib_dispatch_event(struct ib_event *event) in ib_dispatch_event()
/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()
69 event.event = ib_event; in post_qp_event()
71 if (ib_event == IB_EVENT_CQ_ERR) in post_qp_event()
/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()
/drivers/infiniband/hw/ocrdma/
Docrdma_main.c200 struct ib_event gid_event; in ocrdma_inet6addr_event()
471 struct ib_event port_event; in ocrdma_open()
484 struct ib_event err_event; in ocrdma_close()
/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()
625 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()
Dqib_uc.c334 struct ib_event ev; in qib_uc_rcv()
/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()
/drivers/infiniband/hw/mthca/
Dmthca_catas.c89 struct ib_event event; in handle_catas()
Dmthca_mad.c110 struct ib_event event; in smp_snoop()
/drivers/infiniband/ulp/iser/
Diser_verbs.c48 static void iser_cq_event_callback(struct ib_event *cause, void *context) in iser_cq_event_callback()
53 static void iser_qp_event_callback(struct ib_event *cause, void *context) in iser_qp_event_callback()
59 struct ib_event *event) in iser_event_handler()
/drivers/infiniband/ulp/ipoib/
Dipoib_verbs.c273 struct ib_event *record) in ipoib_event()
Dipoib.h517 struct ib_event *record);
/drivers/infiniband/hw/ehca/
Dehca_irq.c182 struct ib_event event; in dispatch_qp_event()
330 struct ib_event event; in dispatch_port_event()
/drivers/infiniband/hw/mlx4/
Dsrq.c48 struct ib_event event; in mlx4_ib_srq_event()

123