Searched refs:switch_t (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_ucast_lash.c | 72 switch_t *s1 = p_lash->switches[sw1]; in connect_switches() 74 switch_t *s2; in connect_switches() 179 switch_t **switches = p_lash->switches; in remove_semipermanent_depend_for_sp() 238 inline static void enqueue(cl_list_t * bfsq, switch_t * sw) in enqueue() 245 inline static void dequeue(cl_list_t * bfsq, switch_t ** sw) in dequeue() 247 *sw = (switch_t *) cl_list_remove_head(bfsq); in dequeue() 252 static int get_phys_connection(switch_t *sw, int switch_to) in get_phys_connection() 264 switch_t **switches = p_lash->switches, *sw, *swi; in shortest_path() 291 switch_t *sw = p_lash->switches[sw_id]; in generate_routing_func_for_mst() 331 switch_t **switches = p_lash->switches; in generate_cdg_for_sp() [all …]
|
| H A D | osm_mesh.c | 269 static int poly_diff(unsigned int n, const int *p, switch_t *s) in poly_diff() 601 switch_t *s = p_lash->switches[sw]; in get_switch_metric() 602 switch_t *s1, *s2, *s3; in get_switch_metric() 678 switch_t *s = p_lash->switches[sw]; in classify_switch() 679 switch_t *s1; in classify_switch() 713 switch_t *s = p_lash->switches[sw]; in classify_mesh_type() 896 static inline int opposite(switch_t *s, int axis) in opposite() 930 switch_t *s, *s1, *s2, *seed; in make_geometry() 1137 switch_t *s = p_lash->switches[sw]; in reorder_node_links() 1216 switch_t *s, *s1; in make_coord() [all …]
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_ucast_lash.h | 84 } switch_t; typedef 91 switch_t **switches;
|