Home
last modified time | relevance | path

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

1234

/Linux-v4.19/include/trace/events/
Drdma.h11 ib_event(CQ_ERR) \
12 ib_event(QP_FATAL) \
13 ib_event(QP_REQ_ERR) \
14 ib_event(QP_ACCESS_ERR) \
15 ib_event(COMM_EST) \
16 ib_event(SQ_DRAINED) \
17 ib_event(PATH_MIG) \
18 ib_event(PATH_MIG_ERR) \
19 ib_event(DEVICE_FATAL) \
20 ib_event(PORT_ACTIVE) \
[all …]
/Linux-v4.19/drivers/infiniband/hw/usnic/
Dusnic_ib_main.c133 struct ib_event ib_event; in usnic_ib_handle_usdev_event() local
135 memset(&ib_event, 0, sizeof(ib_event)); in usnic_ib_handle_usdev_event()
143 ib_event.event = IB_EVENT_PORT_ERR; in usnic_ib_handle_usdev_event()
144 ib_event.device = &us_ibdev->ib_dev; in usnic_ib_handle_usdev_event()
145 ib_event.element.port_num = 1; in usnic_ib_handle_usdev_event()
146 ib_dispatch_event(&ib_event); in usnic_ib_handle_usdev_event()
155 ib_event.event = IB_EVENT_PORT_ACTIVE; in usnic_ib_handle_usdev_event()
156 ib_event.device = &us_ibdev->ib_dev; in usnic_ib_handle_usdev_event()
157 ib_event.element.port_num = 1; in usnic_ib_handle_usdev_event()
158 ib_dispatch_event(&ib_event); in usnic_ib_handle_usdev_event()
[all …]
Dusnic_ib_qp_grp.c395 struct ib_event ib_event; in usnic_ib_qp_grp_modify() local
486 ib_event.device = &qp_grp->vf->pf->ib_dev; in usnic_ib_qp_grp_modify()
487 ib_event.element.qp = &qp_grp->ibqp; in usnic_ib_qp_grp_modify()
488 ib_event.event = IB_EVENT_QP_FATAL; in usnic_ib_qp_grp_modify()
492 qp_grp->ibqp.event_handler(&ib_event, in usnic_ib_qp_grp_modify()
497 qp_grp->ibqp.event_handler(&ib_event, in usnic_ib_qp_grp_modify()
504 qp_grp->ibqp.event_handler(&ib_event, in usnic_ib_qp_grp_modify()
/Linux-v4.19/drivers/infiniband/core/
Dcma.c1210 const struct ib_cm_event *ib_event, in cma_save_ip_info() argument
1216 hdr = ib_event->private_data; in cma_save_ip_info()
1241 const struct ib_cm_event *ib_event, in cma_save_net_info() argument
1245 if (ib_event->event == IB_CM_REQ_RECEIVED) in cma_save_net_info()
1247 ib_event->param.req_rcvd.primary_path); in cma_save_net_info()
1248 else if (ib_event->event == IB_CM_SIDR_REQ_RECEIVED) in cma_save_net_info()
1253 return cma_save_ip_info(src_addr, dst_addr, ib_event, service_id); in cma_save_net_info()
1256 static int cma_save_req_info(const struct ib_cm_event *ib_event, in cma_save_req_info() argument
1260 &ib_event->param.req_rcvd; in cma_save_req_info()
1262 &ib_event->param.sidr_req_rcvd; in cma_save_req_info()
[all …]
Duverbs.h242 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr);
243 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr);
244 void ib_uverbs_wq_event_handler(struct ib_event *event, void *context_ptr);
245 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr);
247 struct ib_event *event);
Duverbs_main.c538 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_cq_event_handler()
548 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_qp_event_handler()
564 void ib_uverbs_wq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_wq_event_handler()
574 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_srq_event_handler()
587 struct ib_event *event) in ib_uverbs_event_handler()
1098 struct ib_event event; in ib_uverbs_free_hw_resources()
/Linux-v4.19/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()
89 event.event = ib_event; in post_qp_event()
91 if (ib_event == IB_EVENT_CQ_ERR) in post_qp_event()
Diwch.c207 struct ib_event event; in iwch_event_handler()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dev.c90 enum ib_event_type ib_event) in post_qp_event() argument
92 struct ib_event event; in post_qp_event()
104 event.event = ib_event; in post_qp_event()
106 if (ib_event == IB_EVENT_CQ_ERR) in post_qp_event()
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dmain.c753 struct ib_event event; in bnxt_re_handle_qp_async_event()
819 struct ib_event ib_event; in bnxt_re_srqn_handler() local
828 ib_event.device = &srq->rdev->ibdev; in bnxt_re_srqn_handler()
829 ib_event.element.srq = &srq->ib_srq; in bnxt_re_srqn_handler()
831 ib_event.event = IB_EVENT_SRQ_LIMIT_REACHED; in bnxt_re_srqn_handler()
833 ib_event.event = IB_EVENT_SRQ_ERR; in bnxt_re_srqn_handler()
837 (*srq->ib_srq.event_handler)(&ib_event, in bnxt_re_srqn_handler()
989 struct ib_event ib_event; in bnxt_re_dispatch_event() local
991 ib_event.device = ibdev; in bnxt_re_dispatch_event()
993 ib_event.element.qp = qp; in bnxt_re_dispatch_event()
[all …]
/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_main.c330 struct ib_event e; in pvrdma_qp_event()
356 struct ib_event e; in pvrdma_cq_event()
385 struct ib_event e; in pvrdma_srq_event()
401 struct ib_event ib_event; in pvrdma_dispatch_event() local
403 memset(&ib_event, 0, sizeof(ib_event)); in pvrdma_dispatch_event()
404 ib_event.device = &dev->ib_dev; in pvrdma_dispatch_event()
405 ib_event.element.port_num = port; in pvrdma_dispatch_event()
406 ib_event.event = event; in pvrdma_dispatch_event()
407 ib_dispatch_event(&ib_event); in pvrdma_dispatch_event()
/Linux-v4.19/include/rdma/
Dib_verbs.h647 struct ib_event { struct
661 void (*handler)(struct ib_event_handler *, struct ib_event *); argument
1042 void (*event_handler)(struct ib_event *, void *);
1140 void (*event_handler)(struct ib_event *, void *);
1160 void (*event_handler)(struct ib_event *, void *);
1582 void (*event_handler)(struct ib_event *, void *);
1602 void (*event_handler)(struct ib_event *, void *);
1648 void (*event_handler)(struct ib_event *, void *);
1670 void (*event_handler)(struct ib_event *, void *);
1763 void (*event_handler)(struct ib_event *, void *);
[all …]
/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_catas.c89 struct ib_event event; in handle_catas()
Dmthca_mad.c111 struct ib_event event; in smp_snoop()
/Linux-v4.19/drivers/infiniband/hw/ocrdma/
Docrdma_main.c390 struct ib_event port_event; in ocrdma_dispatch_port_active()
401 struct ib_event err_event; in ocrdma_dispatch_port_error()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dintr.c125 struct ib_event event; in signal_ib_event()
Dqp.c714 struct ib_event ev; in hfi1_migrate_qp()
815 struct ib_event ev; in hfi1_qp_iter_cb()
/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_cq.c134 struct ib_event ev; in rxe_cq_post()
/Linux-v4.19/drivers/infiniband/hw/qedr/
Dqedr_iw_cm.c155 enum ib_event_type ib_event, char *str) in qedr_iw_qp_event() argument
160 struct ib_event event; in qedr_iw_qp_event()
165 event.event = ib_event; in qedr_iw_qp_event()
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_intr.c74 struct ib_event event; in signal_ib_event()
Dqib_ruc.c46 struct ib_event ev; in qib_migrate_qp()
457 struct ib_event ev; in qib_ruc_loopback()
/Linux-v4.19/net/smc/
Dsmc_ib.c252 struct ib_event *ibevent) in smc_ib_global_event_handler()
290 static void smc_ib_qp_event_handler(struct ib_event *ibevent, void *priv) in smc_ib_qp_event_handler()
/Linux-v4.19/drivers/infiniband/ulp/ipoib/
Dipoib_verbs.c271 struct ib_event *record) in ipoib_event()
/Linux-v4.19/drivers/infiniband/sw/rdmavt/
Dqp.c569 struct ib_event ev; in rvt_qp_mr_clean()
1163 struct ib_event ev; in rvt_modify_qp()
2060 void (*handler)(struct ib_event *, void *); in rvt_get_rwqe()
2123 struct ib_event ev; in rvt_get_rwqe()
2149 struct ib_event ev; in rvt_comm_est()
2169 struct ib_event ev; in rvt_rc_error()
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dsrq.c48 struct ib_event event; in mlx4_ib_srq_event()

1234