Home
last modified time | relevance | path

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

/Linux-v4.19/arch/um/drivers/
Dport_kern.c131 struct list_head *ele; in port_work_proc() local
135 list_for_each(ele, &ports) { in port_work_proc()
136 port = list_entry(ele, struct port_list, list); in port_work_proc()
161 struct list_head *ele; in port_data() local
167 list_for_each(ele, &ports) { in port_data()
168 port = list_entry(ele, struct port_list, list); in port_data()
294 struct list_head *ele; in free_port() local
297 list_for_each(ele, &ports) { in free_port()
298 port = list_entry(ele, struct port_list, list); in free_port()
Dnet_kern.c506 struct list_head *ele; in find_device() local
509 list_for_each(ele, &devices) { in find_device()
510 device = list_entry(ele, struct uml_net, list); in find_device()
589 struct list_head *ele, *next; in register_transport() local
600 list_for_each_safe(ele, next, &eth_cmd_line) { in register_transport()
601 eth = list_entry(ele, struct eth_init, list); in register_transport()
616 struct list_head *ele; in eth_setup_common() local
623 list_for_each(ele, &transports) { in eth_setup_common()
624 transport = list_entry(ele, struct transport, list); in eth_setup_common()
774 struct list_head *ele; in inet_register() local
[all …]
Dchan_kern.c112 struct list_head *ele; in open_chan() local
116 list_for_each(ele, chans) { in open_chan()
117 chan = list_entry(ele, struct chan, list); in open_chan()
141 struct list_head *ele; in enable_chan() local
147 list_for_each(ele, &line->chan_list) { in enable_chan()
148 chan = list_entry(ele, struct chan, list); in enable_chan()
301 struct list_head *ele, *next; in free_chan() local
304 list_for_each_safe(ele, next, chans) { in free_chan()
305 chan = list_entry(ele, struct chan, list); in free_chan()
Dmconsole_kern.c260 struct list_head *ele; in mconsole_find_dev() local
263 list_for_each(ele, &mconsole_devices) { in mconsole_find_dev()
264 dev = list_entry(ele, struct mc_device, list); in mconsole_find_dev()
556 struct list_head *ele; in console_write() local
568 list_for_each(ele, &clients) { in console_write()
571 entry = list_entry(ele, struct mconsole_output, list); in console_write()
Dline.c717 struct list_head *ele, *next; in unregister_winch() local
723 list_for_each_safe(ele, next, &winch_handlers) { in unregister_winch()
724 winch = list_entry(ele, struct winch, list); in unregister_winch()
737 struct list_head *ele, *next; in winch_cleanup() local
742 list_for_each_safe(ele, next, &winch_handlers) { in winch_cleanup()
743 winch = list_entry(ele, struct winch, list); in winch_cleanup()
Dvector_kern.c672 struct list_head *ele; in find_device() local
675 list_for_each(ele, &vector_devices) { in find_device()
676 device = list_entry(ele, struct vector_device, list); in find_device()
1552 struct list_head *ele; in vector_init() local
1556 list_for_each(ele, &vec_cmd_line) { in vector_init()
1557 def = list_entry(ele, struct vector_cmd_line_arg, list); in vector_init()
/Linux-v4.19/arch/xtensa/platforms/iss/
Dnetwork.c320 struct list_head *ele; in iss_net_poll() local
325 list_for_each(ele, &opened) { in iss_net_poll()
328 lp = list_entry(ele, struct iss_net_private, opened_list); in iss_net_poll()
615 struct list_head *ele; in iss_net_setup() local
636 list_for_each(ele, &devices) { in iss_net_setup()
637 device = list_entry(ele, struct iss_net_private, device_list); in iss_net_setup()
671 struct list_head *ele, *next; in iss_net_init() local
675 list_for_each_safe(ele, next, &eth_cmd_line) { in iss_net_init()
677 eth = list_entry(ele, struct iss_net_init, list); in iss_net_init()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_switch.c395 struct ice_aqc_get_sw_cfg_resp_elem *ele; in ice_get_initial_sw_cfg() local
400 ele = rbuf[i].elements; in ice_get_initial_sw_cfg()
401 vsi_port_num = le16_to_cpu(ele->vsi_port_num) & in ice_get_initial_sw_cfg()
404 pf_vf_num = le16_to_cpu(ele->pf_vf_num) & in ice_get_initial_sw_cfg()
407 swid = le16_to_cpu(ele->swid); in ice_get_initial_sw_cfg()
409 if (le16_to_cpu(ele->pf_vf_num) & in ice_get_initial_sw_cfg()
413 type = le16_to_cpu(ele->vsi_port_num) >> in ice_get_initial_sw_cfg()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_main.c13092 struct i40e_aqc_switch_config_element_resp *ele, in i40e_setup_pf_switch_element() argument
13095 u16 downlink_seid = le16_to_cpu(ele->downlink_seid); in i40e_setup_pf_switch_element()
13096 u16 uplink_seid = le16_to_cpu(ele->uplink_seid); in i40e_setup_pf_switch_element()
13097 u8 element_type = ele->element_type; in i40e_setup_pf_switch_element()
13098 u16 seid = le16_to_cpu(ele->seid); in i40e_setup_pf_switch_element()
13211 struct i40e_aqc_switch_config_element_resp *ele = in i40e_fetch_switch_configuration() local
13214 i40e_setup_pf_switch_element(pf, ele, num_reported, in i40e_fetch_switch_configuration()
/Linux-v4.19/Documentation/s390/
DDebugging390.txt115 The register CR1 contains the primary address-space control ele-