/Linux-v4.19/include/trace/events/ |
D | rdma.h | 11 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/ |
D | usnic_ib_main.c | 133 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 …]
|
D | usnic_ib_qp_grp.c | 395 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/ |
D | cma.c | 1210 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 …]
|
D | uverbs.h | 242 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);
|
D | uverbs_main.c | 538 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/ |
D | iwch_ev.c | 43 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()
|
D | iwch.c | 207 struct ib_event event; in iwch_event_handler()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 90 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/ |
D | main.c | 753 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/ |
D | pvrdma_main.c | 330 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/ |
D | ib_verbs.h | 647 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/ |
D | mthca_catas.c | 89 struct ib_event event; in handle_catas()
|
D | mthca_mad.c | 111 struct ib_event event; in smp_snoop()
|
/Linux-v4.19/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_main.c | 390 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/ |
D | intr.c | 125 struct ib_event event; in signal_ib_event()
|
D | qp.c | 714 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/ |
D | rxe_cq.c | 134 struct ib_event ev; in rxe_cq_post()
|
/Linux-v4.19/drivers/infiniband/hw/qedr/ |
D | qedr_iw_cm.c | 155 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/ |
D | qib_intr.c | 74 struct ib_event event; in signal_ib_event()
|
D | qib_ruc.c | 46 struct ib_event ev; in qib_migrate_qp() 457 struct ib_event ev; in qib_ruc_loopback()
|
/Linux-v4.19/net/smc/ |
D | smc_ib.c | 252 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/ |
D | ipoib_verbs.c | 271 struct ib_event *record) in ipoib_event()
|
/Linux-v4.19/drivers/infiniband/sw/rdmavt/ |
D | qp.c | 569 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/ |
D | srq.c | 48 struct ib_event event; in mlx4_ib_srq_event()
|