Searched defs:switch_id (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c1273 char *switch_id; local
1320 PSVC_ASSOC_ID_ATTR, &switch_id,
1337 status = psvc_set_attr(hdlp, switch_id,
1529 char *switch_id, *led_id; local
1600 &switch_id, PSVC_HOTPLUG_ENABLE_SWITCH, i);
1605 status = psvc_set_attr(hdlp, switch_id,
1611 status = psvc_set_attr(hdlp, switch_id,
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c2689 * @switch_id: the uplink switch id
2700 u16 veb_seid, u16 *switch_id,
2722 if (switch_id)
2723 *switch_id = LE16_TO_CPU(cmd_resp->switch_id);
2699 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
H A Di40e_adminq_cmd.h755 __le16 switch_id; /* 12bit id combined with flags below */ member in struct:i40e_aqc_vsi_properties_data
955 __le16 switch_id; member in struct:i40e_aqc_get_veb_parameters_completion

Completed in 93 milliseconds