Symbol: ib_event_type
drivers/infiniband/core/cm.c
3977
int ib_cm_notify(struct ib_cm_id *cm_id, enum ib_event_type event)
drivers/infiniband/core/cma.c
4773
int rdma_notify(struct rdma_cm_id *id, enum ib_event_type event)
drivers/infiniband/core/ucma.c
1497
ret = rdma_notify(ctx->cm_id, (enum ib_event_type)cmd.event);
drivers/infiniband/core/verbs.c
84
const char *__attribute_const__ ib_event_msg(enum ib_event_type event)
drivers/infiniband/hw/bnxt_re/main.c
1887
u8 port_num, enum ib_event_type event)
drivers/infiniband/hw/bnxt_re/main.c
88
u8 port_num, enum ib_event_type event);
drivers/infiniband/hw/cxgb4/ev.c
90
enum ib_event_type ib_event)
drivers/infiniband/hw/erdma/erdma_verbs.c
2043
void erdma_port_event(struct erdma_dev *dev, enum ib_event_type reason)
drivers/infiniband/hw/erdma/erdma_verbs.h
474
void erdma_port_event(struct erdma_dev *dev, enum ib_event_type reason);
drivers/infiniband/hw/hfi1/intr.c
50
static void signal_ib_event(struct hfi1_pportdata *ppd, enum ib_event_type ev)
drivers/infiniband/hw/hfi1/intr.c
82
enum ib_event_type ev;
drivers/infiniband/hw/mlx4/mad.c
1280
enum ib_event_type type)
drivers/infiniband/hw/mlx4/mlx4_ib.h
860
enum ib_event_type type);
drivers/infiniband/hw/mthca/mthca_cq.c
234
enum ib_event_type event_type)
drivers/infiniband/hw/mthca/mthca_dev.h
494
enum ib_event_type event_type);
drivers/infiniband/hw/mthca/mthca_dev.h
510
enum ib_event_type event_type);
drivers/infiniband/hw/mthca/mthca_dev.h
518
enum ib_event_type event_type);
drivers/infiniband/hw/mthca/mthca_qp.c
239
enum ib_event_type event_type)
drivers/infiniband/hw/mthca/mthca_srq.c
431
enum ib_event_type event_type)
drivers/infiniband/hw/qedr/main.c
57
enum ib_event_type type)
drivers/infiniband/hw/qedr/qedr_iw_cm.c
184
enum ib_event_type ib_event, char *str)
drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c
147
enum ib_event_type event)
drivers/infiniband/sw/rxe/rxe_net.c
628
enum ib_event_type event)
drivers/infiniband/sw/siw/siw_verbs.c
1827
void siw_qp_event(struct siw_qp *qp, enum ib_event_type etype)
drivers/infiniband/sw/siw/siw_verbs.c
1849
void siw_cq_event(struct siw_cq *cq, enum ib_event_type etype)
drivers/infiniband/sw/siw/siw_verbs.c
1864
void siw_srq_event(struct siw_srq *srq, enum ib_event_type etype)
drivers/infiniband/sw/siw/siw_verbs.c
1880
void siw_port_event(struct siw_device *sdev, u32 port, enum ib_event_type etype)
drivers/infiniband/sw/siw/siw_verbs.h
86
void siw_qp_event(struct siw_qp *qp, enum ib_event_type type);
drivers/infiniband/sw/siw/siw_verbs.h
87
void siw_cq_event(struct siw_cq *cq, enum ib_event_type type);
drivers/infiniband/sw/siw/siw_verbs.h
88
void siw_srq_event(struct siw_srq *srq, enum ib_event_type type);
drivers/infiniband/sw/siw/siw_verbs.h
89
void siw_port_event(struct siw_device *dev, u32 port, enum ib_event_type type);
include/rdma/ib_cm.h
462
int ib_cm_notify(struct ib_cm_id *cm_id, enum ib_event_type event);
include/rdma/ib_verbs.h
772
const char *__attribute_const__ ib_event_msg(enum ib_event_type event);
include/rdma/ib_verbs.h
783
enum ib_event_type event;
include/rdma/rdma_cm.h
313
int rdma_notify(struct rdma_cm_id *id, enum ib_event_type event);