Home
last modified time | relevance | path

Searched refs:switch_id (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c614 sw1 = node->links[i]->switch_id; in get_switch_metric()
631 sw3 = s2->node->links[j]->switch_id; in get_switch_metric()
646 sw2 = node->links[j]->switch_id; in get_switch_metric()
758 nn = p_lash->switches[n->links[i]->switch_id]->node; in remove_edges()
826 p_lash->switches[node->links[port]->switch_id]->p_sw->p_node->print_desc); in print_axis()
1033 sw2 = s1->node->links[i]->switch_id; in make_geometry()
1070 s1 = p_lash->switches[s->node->links[i]->switch_id]; in make_geometry()
1071 s2 = p_lash->switches[s->node->links[j]->switch_id]; in make_geometry()
1078 if (s1->node->links[k]->switch_id == sw1) in make_geometry()
1082 if (s2->node->links[l]->switch_id == sw1) in make_geometry()
[all …]
H A Dosm_ucast_lash.c64 int switch_id; member
92 if (node->links[i]->switch_id == sw2) { in connect_switches()
100 l->switch_id = sw2; in connect_switches()
106 if (s2->node->links[i]->switch_id == sw1) { in connect_switches()
173 return p_lash->switches[sw]->node->links[link]->switch_id; in get_next_switch()
257 if (sw->node->links[i]->switch_id == switch_to) in get_phys_connection()
276 swi = switches[sw->node->links[i]->switch_id]; in shortest_path()
304 if (sw->routing_table[i_dest->switch_id].out_link == in generate_routing_func_for_mst()
306 sw->routing_table[i_dest->switch_id].out_link = in generate_routing_func_for_mst()
321 i_dest->switch_id = sw->id; in generate_routing_func_for_mst()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h50 int switch_id; member
/freebsd/sys/dev/iavf/
H A Diavf_adminq_cmd.h377 __le16 switch_id; /* 12bit id combined with flags below */ member
493 __le16 switch_id; member
/freebsd/sys/dev/ixl/
H A Di40e_adminq_cmd.h919 __le16 switch_id; /* 12bit id combined with flags below */ member
1133 __le16 switch_id; member
H A Dixl_pf_iov.c145 vsi_ctx.info.switch_id = in ixl_vf_alloc_vsi()
1634 ctxt.info.switch_id = (enable) ? in ixl_config_pf_vsi_loopback()
H A Di40e_prototype.h211 u16 veb_seid, u16 *switch_id, bool *floating,
H A Di40e_common.c3028 u16 veb_seid, u16 *switch_id, in i40e_aq_get_veb_parameters() argument
3050 if (switch_id) in i40e_aq_get_veb_parameters()
3051 *switch_id = LE16_TO_CPU(cmd_resp->switch_id); in i40e_aq_get_veb_parameters()