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

/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h50 int switch_id; member in struct:_link
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c614 sw1 = node->links[i]->switch_id;
631 sw3 = s2->node->links[j]->switch_id;
646 sw2 = node->links[j]->switch_id;
758 nn = p_lash->switches[n->links[i]->switch_id]->node;
826 p_lash->switches[node->links[port]->switch_id]->p_sw->p_node->print_desc);
1033 sw2 = s1->node->links[i]->switch_id;
1070 s1 = p_lash->switches[s->node->links[i]->switch_id];
1071 s2 = p_lash->switches[s->node->links[j]->switch_id];
1078 if (s1->node->links[k]->switch_id == sw1)
1082 if (s2->node->links[l]->switch_id
[all...]
H A Dosm_ucast_lash.c64 int switch_id; member in struct:_reachable_dest
92 if (node->links[i]->switch_id == sw2) {
100 l->switch_id = sw2;
106 if (s2->node->links[i]->switch_id == sw1) {
173 return p_lash->switches[sw]->node->links[link]->switch_id;
257 if (sw->node->links[i]->switch_id == switch_to)
276 swi = switches[sw->node->links[i]->switch_id];
304 if (sw->routing_table[i_dest->switch_id].out_link ==
306 sw->routing_table[i_dest->switch_id].out_link =
321 i_dest->switch_id
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-eh.c1243 int switch_id, case_index;
1250 switch_id = return_index;
1257 switch_id = q->index;
1264 build_int_cst (NULL_TREE, switch_id), NULL,
1238 int switch_id, case_index; local
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq_cmd.h912 __le16 switch_id; /* 12bit id combined with flags below */ member in struct:i40e_aqc_vsi_properties_data
1109 __le16 switch_id; member in struct:i40e_aqc_get_veb_parameters_completion
H A Di40e_prototype.h205 u16 veb_seid, u16 *switch_id, bool *floating,
H A Dixl_pf_iov.c145 vsi_ctx.info.switch_id = htole16(0);
H A Di40e_common.c2944 * @switch_id: the uplink switch id
2955 u16 veb_seid, u16 *switch_id,
2977 if (switch_id)
2978 *switch_id = LE16_TO_CPU(cmd_resp->switch_id);
2954 i40e_aq_get_veb_parameters(struct i40e_hw *hw, u16 veb_seid, u16 *switch_id, bool *floating, u16 *statistic_index, u16 *vebs_used, u16 *vebs_free, struct i40e_asq_cmd_details *cmd_details) argument

Completed in 149 milliseconds