Home
last modified time | relevance | path

Searched refs:ib_event_type (Results 1 – 23 of 23) sorted by relevance

/linux-5.19.10/drivers/infiniband/sw/siw/
Dsiw_verbs.h85 void siw_qp_event(struct siw_qp *qp, enum ib_event_type type);
86 void siw_cq_event(struct siw_cq *cq, enum ib_event_type type);
87 void siw_srq_event(struct siw_srq *srq, enum ib_event_type type);
88 void siw_port_event(struct siw_device *dev, u32 port, enum ib_event_type type);
Dsiw_verbs.c1790 void siw_qp_event(struct siw_qp *qp, enum ib_event_type etype) in siw_qp_event()
1812 void siw_cq_event(struct siw_cq *cq, enum ib_event_type etype) in siw_cq_event()
1827 void siw_srq_event(struct siw_srq *srq, enum ib_event_type etype) in siw_srq_event()
1843 void siw_port_event(struct siw_device *sdev, u32 port, enum ib_event_type etype) in siw_port_event()
/linux-5.19.10/drivers/infiniband/hw/hfi1/
Dintr.c81 static void signal_ib_event(struct hfi1_pportdata *ppd, enum ib_event_type ev) in signal_ib_event()
113 enum ib_event_type ev; in handle_linkup_change()
/linux-5.19.10/drivers/infiniband/hw/qib/
Dqib_intr.c72 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-5.19.10/drivers/infiniband/hw/mthca/
Dmthca_dev.h494 enum ib_event_type event_type);
510 enum ib_event_type event_type);
518 enum ib_event_type event_type);
Dmthca_srq.c431 enum ib_event_type event_type) in mthca_srq_event()
Dmthca_cq.c234 enum ib_event_type event_type) in mthca_cq_event()
Dmthca_qp.c239 enum ib_event_type event_type) in mthca_qp_event()
/linux-5.19.10/include/rdma/
Drdma_cm.h266 int rdma_notify(struct rdma_cm_id *id, enum ib_event_type event);
Dib_cm.h466 int ib_cm_notify(struct ib_cm_id *cm_id, enum ib_event_type event);
Dib_verbs.h724 enum ib_event_type { enum
747 const char *__attribute_const__ ib_event_msg(enum ib_event_type event);
758 enum ib_event_type event;
/linux-5.19.10/drivers/infiniband/hw/cxgb4/
Dev.c90 enum ib_event_type ib_event) in post_qp_event()
/linux-5.19.10/drivers/infiniband/sw/rxe/
Drxe_net.c531 enum ib_event_type event) in rxe_port_event()
/linux-5.19.10/drivers/infiniband/hw/mlx4/
Dmlx4_ib.h854 enum ib_event_type type);
Dmad.c1280 enum ib_event_type type) in mlx4_ib_dispatch_event()
/linux-5.19.10/drivers/infiniband/hw/qedr/
Dqedr_iw_cm.c184 enum ib_event_type ib_event, char *str) in qedr_iw_qp_event()
Dmain.c57 enum ib_event_type type) in qedr_ib_dispatch_event()
/linux-5.19.10/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_main.c366 enum ib_event_type event) in pvrdma_dispatch_event()
/linux-5.19.10/drivers/infiniband/hw/bnxt_re/
Dmain.c1075 u8 port_num, enum ib_event_type event) in bnxt_re_dispatch_event()
/linux-5.19.10/drivers/infiniband/core/
Ducma.c1429 ret = rdma_notify(ctx->cm_id, (enum ib_event_type)cmd.event); in ucma_notify()
Dverbs.c83 const char *__attribute_const__ ib_event_msg(enum ib_event_type event) in ib_event_msg()
Dcm.c3979 int ib_cm_notify(struct ib_cm_id *cm_id, enum ib_event_type event) in ib_cm_notify()
Dcma.c4492 int rdma_notify(struct rdma_cm_id *id, enum ib_event_type event) in rdma_notify()