Searched refs:IB_NODE_SWITCH (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/ofed/infiniband-diags/src/ |
| H A D | ibnetdiscover.c | 58 #define LIST_SWITCH_NODE (1 << IB_NODE_SWITCH) 147 case IB_NODE_SWITCH: in ports_nt_str_compat() 162 case IB_NODE_SWITCH: in node_name() 187 case IB_NODE_SWITCH: in list_node() 215 ibnd_iter_nodes_type(fabric, list_node, IB_NODE_SWITCH, NULL); in list_nodes() 403 if (port->remoteport->node->type != IB_NODE_SWITCH) in out_switch_port() 407 port->remoteport->node->type == IB_NODE_SWITCH ? in out_switch_port() 445 if (port->node->type != IB_NODE_SWITCH) in out_ca_port() 452 if (port->remoteport->node->type != IB_NODE_SWITCH) in out_ca_port() 468 port->remoteport->node->type == IB_NODE_SWITCH ? in out_ca_port() [all …]
|
| H A D | ibtracert.c | 130 (node->type != IB_NODE_SWITCH || in is_port_inactive() 131 (node->type == IB_NODE_SWITCH && sw->enhsp0))) in is_port_inactive() 224 node->type == IB_NODE_SWITCH ? 0 : port->portnum); in dump_endnode() 235 node->type == IB_NODE_SWITCH ? 0 : port->portnum, port->lid, in dump_endnode() 297 if (node->type == IB_NODE_SWITCH) { in find_route() 313 if (node->type == IB_NODE_SWITCH) { in find_route() 365 if (nextnode.type == IB_NODE_SWITCH) { in find_route() 561 if (node->type != IB_NODE_SWITCH) { in find_mcpath() 583 if (node->type != IB_NODE_SWITCH) { in find_mcpath() 666 else if (remotenode->type == IB_NODE_SWITCH) in find_mcpath()
|
| H A D | ibcacheedit.c | 193 if (node->type == IB_NODE_SWITCH) in replace_node_guid() 226 if (node->type == IB_NODE_SWITCH) { in replace_portguid() 297 IB_NODE_SWITCH, in main()
|
| H A D | ibqueryerrors.c | 204 if (port->node->type == IB_NODE_SWITCH) in print_port_config() 280 if (node->type == IB_NODE_SWITCH) in print_port_config() 492 if (node->type == IB_NODE_SWITCH) in print_results() 502 if (node->type == IB_NODE_SWITCH) in print_results() 752 case IB_NODE_SWITCH: in print_node() 766 if (node->type == IB_NODE_SWITCH && node->smaenhsp0) in print_node() 771 if (node->type == IB_NODE_SWITCH) { in print_node() 792 if (node->type == IB_NODE_SWITCH) in print_node() 815 if (node->type == IB_NODE_SWITCH) in print_node()
|
| H A D | iblinkinfo.c | 128 if (port->node->type == IB_NODE_SWITCH) { in print_port() 248 if (port->node->type != IB_NODE_SWITCH) { in print_port() 264 case IB_NODE_SWITCH: in nodetype_str() 281 if (node->type == IB_NODE_SWITCH) { in print_node_header() 426 if ((fabric1_node->type == IB_NODE_SWITCH in diff_node_iter() 548 only_type = IB_NODE_SWITCH; in process_opt()
|
| H A D | smpquery.c | 221 if ((t == IB_NODE_SWITCH) && (portnum != 0)) { in pkey_table() 291 if (type != IB_NODE_SWITCH) in sl2vl_table() 347 if (type == IB_NODE_SWITCH) { in vlarb_table()
|
| H A D | ibdiag_common.c | 796 if (port->node->type == IB_NODE_SWITCH) { in get_max_msg() 809 if (port->remoteport->node->type == IB_NODE_SWITCH) { in get_max_msg()
|
| H A D | ibccquery.c | 219 if (type != IB_NODE_SWITCH) in switch_port_congestion_setting()
|
| H A D | ibroute.c | 78 if (type != IB_NODE_SWITCH) in check_switch()
|
| H A D | dump_fts.c | 484 ibnd_iter_nodes_type(fabric, process_switch, IB_NODE_SWITCH, fabric); in main()
|
| H A D | ibccconfig.c | 384 if (type != IB_NODE_SWITCH) in switch_port_congestion_setting()
|
| H A D | ibportstate.c | 133 if (node_type == IB_NODE_SWITCH) /* Switch NodeType ? */ in get_node_info()
|
| H A D | perfquery.c | 1043 if (node_type == IB_NODE_SWITCH) { in main()
|
| /freebsd/contrib/ofed/libibnetdisc/ |
| H A D | ibnetdisc.c | 176 if (port->node->type == IB_NODE_SWITCH) in debug_port() 246 && ((node->type == IB_NODE_SWITCH && port_num != local_port) || in mlnx_ext_port_info_err() 251 if (node->type != IB_NODE_SWITCH && in mlnx_ext_port_info_err() 257 if (path.lid == 0 || node->type == IB_NODE_SWITCH) in mlnx_ext_port_info_err() 295 && ((node->type == IB_NODE_SWITCH && port_num != local_port) || in recv_mlnx_ext_port_info() 300 if (node->type != IB_NODE_SWITCH && in recv_mlnx_ext_port_info() 306 if (path.lid == 0 || node->type == IB_NODE_SWITCH) in recv_mlnx_ext_port_info() 369 } else if (node->type == IB_NODE_SWITCH) { in recv_port_info() 386 if (port->node->type == IB_NODE_SWITCH) in recv_port_info() 409 && ((node->type == IB_NODE_SWITCH && port_num != local_port) || in recv_port_info() [all …]
|
| H A D | chassis.c | 803 if (remnode->type != IB_NODE_SWITCH) { in fill_voltaire_chassis_record()
|
| /freebsd/contrib/ofed/libibmad/ |
| H A D | mad.h | 1522 IB_NODE_SWITCH, enumerator
|