Home
last modified time | relevance | path

Searched refs:ele (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/intel/ice/
Dice_switch.c2367 struct ice_aqc_get_sw_cfg_resp_elem *ele; in ice_get_initial_sw_cfg() local
2375 for (i = 0, ele = rbuf; i < num_elems; i++, ele++) { in ice_get_initial_sw_cfg()
2380 vsi_port_num = le16_to_cpu(ele->vsi_port_num) & in ice_get_initial_sw_cfg()
2383 pf_vf_num = le16_to_cpu(ele->pf_vf_num) & in ice_get_initial_sw_cfg()
2386 swid = le16_to_cpu(ele->swid); in ice_get_initial_sw_cfg()
2388 if (le16_to_cpu(ele->pf_vf_num) & in ice_get_initial_sw_cfg()
2392 res_type = (u8)(le16_to_cpu(ele->vsi_port_num) >> in ice_get_initial_sw_cfg()
/drivers/net/ethernet/intel/i40e/
Di40e_main.c14910 struct i40e_aqc_switch_config_element_resp *ele, in i40e_setup_pf_switch_element() argument
14913 u16 downlink_seid = le16_to_cpu(ele->downlink_seid); in i40e_setup_pf_switch_element()
14914 u16 uplink_seid = le16_to_cpu(ele->uplink_seid); in i40e_setup_pf_switch_element()
14915 u8 element_type = ele->element_type; in i40e_setup_pf_switch_element()
14916 u16 seid = le16_to_cpu(ele->seid); in i40e_setup_pf_switch_element()
15031 struct i40e_aqc_switch_config_element_resp *ele = in i40e_fetch_switch_configuration() local
15034 i40e_setup_pf_switch_element(pf, ele, num_reported, in i40e_fetch_switch_configuration()