Lines Matching refs:ib_event
10 ib_event(CQ_ERR) \
11 ib_event(QP_FATAL) \
12 ib_event(QP_REQ_ERR) \
13 ib_event(QP_ACCESS_ERR) \
14 ib_event(COMM_EST) \
15 ib_event(SQ_DRAINED) \
16 ib_event(PATH_MIG) \
17 ib_event(PATH_MIG_ERR) \
18 ib_event(DEVICE_FATAL) \
19 ib_event(PORT_ACTIVE) \
20 ib_event(PORT_ERR) \
21 ib_event(LID_CHANGE) \
22 ib_event(PKEY_CHANGE) \
23 ib_event(SM_CHANGE) \
24 ib_event(SRQ_ERR) \
25 ib_event(SRQ_LIMIT_REACHED) \
26 ib_event(QP_LAST_WQE_REACHED) \
27 ib_event(CLIENT_REREGISTER) \
28 ib_event(GID_CHANGE) \
31 #undef ib_event
34 #define ib_event(x) TRACE_DEFINE_ENUM(IB_EVENT_##x);
39 #undef ib_event
42 #define ib_event(x) { IB_EVENT_##x, #x },