Searched refs:ib_event_type (Results 1 – 23 of 23) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
D | siw_verbs.h | 86 void siw_qp_event(struct siw_qp *qp, enum ib_event_type type); 87 void siw_cq_event(struct siw_cq *cq, enum ib_event_type type); 88 void siw_srq_event(struct siw_srq *srq, enum ib_event_type type); 89 void siw_port_event(struct siw_device *dev, u8 port, enum ib_event_type type);
|
D | siw_verbs.c | 1783 void siw_qp_event(struct siw_qp *qp, enum ib_event_type etype) in siw_qp_event() 1805 void siw_cq_event(struct siw_cq *cq, enum ib_event_type etype) in siw_cq_event() 1820 void siw_srq_event(struct siw_srq *srq, enum ib_event_type etype) in siw_srq_event() 1836 void siw_port_event(struct siw_device *sdev, u8 port, enum ib_event_type etype) in siw_port_event()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
D | mthca_dev.h | 494 enum ib_event_type event_type); 510 enum ib_event_type event_type); 518 enum ib_event_type event_type);
|
D | mthca_srq.c | 431 enum ib_event_type event_type) in mthca_srq_event()
|
D | mthca_cq.c | 234 enum ib_event_type event_type) in mthca_cq_event()
|
D | mthca_qp.c | 239 enum ib_event_type event_type) in mthca_qp_event()
|
/kernel/linux/linux-5.10/include/rdma/ |
D | rdma_cm.h | 266 int rdma_notify(struct rdma_cm_id *id, enum ib_event_type event);
|
D | ib_cm.h | 466 int ib_cm_notify(struct ib_cm_id *cm_id, enum ib_event_type event);
|
D | ib_verbs.h | 706 enum ib_event_type { enum 729 const char *__attribute_const__ ib_event_msg(enum ib_event_type event); 740 enum ib_event_type event;
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 90 enum ib_event_type ib_event) in post_qp_event()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
D | rxe_net.c | 508 enum ib_event_type event) in rxe_port_event()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
D | mlx4_ib.h | 855 enum ib_event_type type);
|
D | mad.c | 1278 enum ib_event_type type) in mlx4_ib_dispatch_event()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/ |
D | qedr_iw_cm.c | 184 enum ib_event_type ib_event, char *str) in qedr_iw_qp_event()
|
D | main.c | 57 enum ib_event_type type) in qedr_ib_dispatch_event()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_main.c | 393 enum ib_event_type event) in pvrdma_dispatch_event()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/ |
D | main.c | 1084 u8 port_num, enum ib_event_type event) in bnxt_re_dispatch_event()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | ucma.c | 1426 ret = rdma_notify(ctx->cm_id, (enum ib_event_type)cmd.event); in ucma_notify()
|
D | verbs.c | 83 const char *__attribute_const__ ib_event_msg(enum ib_event_type event) in ib_event_msg()
|
D | cm.c | 3996 int ib_cm_notify(struct ib_cm_id *cm_id, enum ib_event_type event) in ib_cm_notify()
|
D | cma.c | 4419 int rdma_notify(struct rdma_cm_id *id, enum ib_event_type event) in rdma_notify()
|