Home
last modified time | relevance | path

Searched refs:node_type_str (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/ofed/infiniband-diags/src/
H A Dibstat.c56 static char *node_type_str[] = { variable
70 IB_NODE_MAX ? node_type_str[ca->node_type] : "???"), in ca_dump()
74 IB_NODE_MAX ? node_type_str[ca->node_type] : "???"), in ca_dump()
212 IB_NODE_MAX ? node_type_str[ca.node_type] : in ca_stat()
218 IB_NODE_MAX ? node_type_str[ca.node_type] : "???"), in ca_stat()
H A Dibtracert.c59 static char *node_type_str[] = { variable
233 (node->type <= IB_NODE_MAX ? node_type_str[node->type] : "???"), in dump_endnode()
258 IB_NODE_MAX ? node_type_str[node->type] : "???"), in dump_route()
705 IB_NODE_MAX ? node_type_str[node->type] : "???"), in dump_mcpath()
717 IB_NODE_MAX ? node_type_str[node->type] : in dump_mcpath()
723 IB_NODE_MAX ? node_type_str[node->type] : in dump_mcpath()
732 IB_NODE_MAX ? node_type_str[node->type] : "???"), in dump_mcpath()
/freebsd-12.1/contrib/ofed/libibverbs/
H A Denum_strs.c37 static const char *const node_type_str[] = { in ibv_node_type_str() local
49 return node_type_str[node_type]; in ibv_node_type_str()