Home
last modified time | relevance | path

Searched refs:IB_NODE_TYPE_CA (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_qos_policy.h63 #define OSM_QOS_POLICY_NODE_TYPE_CA (((uint8_t)1)<<IB_NODE_TYPE_CA)
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_dump.c103 case IB_NODE_TYPE_CA: in dump_ucast_path_distribution()
403 IB_NODE_TYPE_CA ? "CA" : p_node->node_info.node_type == in dump_topology_node()
431 IB_NODE_TYPE_CA ? "CA" : in dump_topology_node()
H A Dosm_ucast_dfsssp.c1256 if (osm_node_get_type(p_port->p_node) == IB_NODE_TYPE_CA || in dfsssp_build_graph()
1363 if (osm_node_get_type(p_port->p_node) != IB_NODE_TYPE_CA) in dfsssp_build_graph()
1448 if (osm_node_get_type(port->p_node) == IB_NODE_TYPE_CA) { in dijkstra()
1530 if (osm_node_get_type(port->p_node) == IB_NODE_TYPE_CA) in dijkstra()
1762 if (osm_node_get_type(remote_node) != IB_NODE_TYPE_CA) in update_mcft()
1935 if (ntype == IB_NODE_TYPE_CA || ntype == IB_NODE_TYPE_SWITCH) { in dfsssp_remove_deadlocks()
1961 if (ntype == IB_NODE_TYPE_CA || ntype == IB_NODE_TYPE_SWITCH) { in dfsssp_remove_deadlocks()
1984 if ((ntype != IB_NODE_TYPE_CA && ntype != IB_NODE_TYPE_SWITCH) in dfsssp_remove_deadlocks()
1995 if ((ntype != IB_NODE_TYPE_CA in dfsssp_remove_deadlocks()
2475 if (osm_node_get_type(port->p_node) == IB_NODE_TYPE_CA) { in dfsssp_do_dijkstra_routing()
H A Dosm_ucast_ftree.c417 case IB_NODE_TYPE_CA: in port_group_create()
430 case IB_NODE_TYPE_CA: in port_group_create()
932 IB_NODE_TYPE_CA, p_hca, in hca_add_port()
1080 CL_ASSERT(osm_node_get_type(p_osm_node) == IB_NODE_TYPE_CA); in fabric_add_hca()
1320 if (p_group_on_sw->remote_node_type != IB_NODE_TYPE_CA) in fabric_dump_hca_ordering()
1812 if (p_group->remote_node_type != IB_NODE_TYPE_CA) in fabric_set_max_cn_per_leaf()
2822 IB_NODE_TYPE_CA) in fabric_route_to_cns()
3150 case IB_NODE_TYPE_CA: in fabric_populate_nodes()
3265 case IB_NODE_TYPE_CA: in rank_leaf_switches()
3385 case IB_NODE_TYPE_CA: in fabric_construct_hca_ports()
[all …]
H A Dosm_node_info_rcv.c822 case IB_NODE_TYPE_CA: in ni_rcv_process_new()
883 case IB_NODE_TYPE_CA: in ni_rcv_process_existing()
H A Dosm_prtn_config.c416 case IB_NODE_TYPE_CA: in manage_membership_change()
479 return partition_add_all(conf, p, IB_NODE_TYPE_CA, membership); in partition_add_port()
H A Dosm_console.c940 fs.node_type_lim = IB_NODE_TYPE_CA; in portstatus_parse()
1296 IB_NODE_TYPE_CA) in lidbalance_check()
1324 IB_NODE_TYPE_CA) in lidbalance_check()
H A Dosm_perfmgr.c361 case IB_NODE_TYPE_CA: in get_base_lid()
542 (node->node_info.node_type == IB_NODE_TYPE_CA)) in collect_guids()
866 case IB_NODE_TYPE_CA: in sweep_hop_1()
H A Dosm_port_info_rcv.c774 case IB_NODE_TYPE_CA: in osm_pi_rcv_process()
H A Dosm_congestion_control.c391 } else if (osm_node_get_type(p_node) == IB_NODE_TYPE_CA) { in osm_congestion_control_setup()
H A Dosm_state_mgr.c546 case IB_NODE_TYPE_CA: in state_mgr_sweep_hop_1()
H A Dosm_torus.c1217 if ((ltype != IB_NODE_TYPE_CA && in capture_fabric()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibsendtrap.c59 uint16_t node_type = IB_NODE_TYPE_CA; in get_node_type()
H A Dsaquery.c136 if (p_ni->node_type == IB_NODE_TYPE_CA) { in print_node_desc()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h1654 #define IB_NODE_TYPE_CA 0x01 macro