1IBV_EVENT_TYPE_STR(3) Libibverbs Programmer's Manual IBV_EVENT_TYPE_STR(3)
2
3
4
6 ibv_event_type_str - Return string describing event_type enum value
7
8 ibv_node_type_str - Return string describing node_type enum value
9
10 ibv_port_state_str - Return string describing port_state enum value
11
13 #include <infiniband/verbs.h>
14
15 const char *ibv_event_type_str(enum ibv_event_type event_type);
16
17 const char *ibv_node_type_str(enum ibv_node_type node_type);
18
19 const char *ibv_port_state_str(enum ibv_port_state port_state);
20
22 ibv_node_type_str() returns a string describing the node type enum
23 value node_type.
24
25 ibv_port_state_str() returns a string describing the port state enum
26 value port_state.
27
28 ibv_event_type_str() returns a string describing the event type enum
29 value event_type.
30
32 These functions return a constant string that describes the enum value
33 passed as their argument.
34
36 Roland Dreier
37 <rolandd@cisco.com>
38
39
40
41
42libibverbs 2006-10-31 IBV_EVENT_TYPE_STR(3)