Searched refs:ib_event_type (Results 1 – 25 of 26) sorted by relevance
12
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | intr.c | 123 static void signal_ib_event(struct hfi1_pportdata *ppd, enum ib_event_type ev) in signal_ib_event() 155 enum ib_event_type ev; in handle_linkup_change()
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_intr.c | 72 static void signal_ib_event(struct qib_pportdata *ppd, enum ib_event_type ev) in signal_ib_event() 89 enum ib_event_type ev = 0; in qib_handle_e_ibstatuschanged()
|
/Linux-v4.19/drivers/infiniband/hw/mthca/ |
D | mthca_dev.h | 505 enum ib_event_type event_type); 520 enum ib_event_type event_type); 528 enum ib_event_type event_type);
|
D | mthca_srq.c | 423 enum ib_event_type event_type) in mthca_srq_event()
|
D | mthca_cq.c | 239 enum ib_event_type event_type) in mthca_cq_event()
|
D | mthca_qp.c | 238 enum ib_event_type event_type) in mthca_qp_event()
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_verbs.h | 169 enum ib_event_type terminate_eventtype;
|
D | nes_hw.h | 1264 enum ib_event_type delayed_event; 1265 enum ib_event_type last_dispatched_event;
|
D | nes_hw.c | 3317 struct nes_hw_aeqe *aeqe, enum ib_event_type eventtype) in nes_terminate_connection()
|
/Linux-v4.19/include/rdma/ |
D | rdma_cm.h | 305 int rdma_notify(struct rdma_cm_id *id, enum ib_event_type event);
|
D | ib_cm.h | 489 int ib_cm_notify(struct ib_cm_id *cm_id, enum ib_event_type event);
|
D | ib_verbs.h | 622 enum ib_event_type { enum 645 const char *__attribute_const__ ib_event_msg(enum ib_event_type event); 656 enum ib_event_type event;
|
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch_ev.c | 43 enum ib_event_type ib_event, in post_qp_event()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 90 enum ib_event_type ib_event) in post_qp_event()
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_net.c | 607 enum ib_event_type event) in rxe_port_event()
|
/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()
|
D | main.c | 58 enum ib_event_type type) in qedr_ib_dispatch_event()
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | mlx4_ib.h | 847 enum ib_event_type type);
|
D | mad.c | 1286 enum ib_event_type type) in mlx4_ib_dispatch_event()
|
/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_main.c | 399 enum ib_event_type event) in pvrdma_dispatch_event()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | ucm.c | 690 result = ib_cm_notify(ctx->cm_id, (enum ib_event_type) cmd.event); in ib_ucm_notify()
|
D | ucma.c | 1373 ret = rdma_notify(ctx->cm_id, (enum ib_event_type)cmd.event); in ucma_notify()
|
D | verbs.c | 81 const char *__attribute_const__ ib_event_msg(enum ib_event_type event) in ib_event_msg()
|
D | cma.c | 3887 int rdma_notify(struct rdma_cm_id *id, enum ib_event_type event) in rdma_notify()
|
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | main.c | 987 u8 port_num, enum ib_event_type event) in bnxt_re_dispatch_event()
|
12