Home
last modified time | relevance | path

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

/linux-4.4.14/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()
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()
187 struct list_head *ele; in free_irqs() local
194 list_for_each(ele, &list) { in free_irqs()
195 chan = list_entry(ele, struct chan, free_list); in free_irqs()
338 struct list_head *ele, *next; in free_chan() local
[all …]
Dnet_kern.c515 struct list_head *ele; in find_device() local
518 list_for_each(ele, &devices) { in find_device()
519 device = list_entry(ele, struct uml_net, list); in find_device()
598 struct list_head *ele, *next; in register_transport() local
609 list_for_each_safe(ele, next, &eth_cmd_line) { in register_transport()
610 eth = list_entry(ele, struct eth_init, list); in register_transport()
625 struct list_head *ele; in eth_setup_common() local
632 list_for_each(ele, &transports) { in eth_setup_common()
633 transport = list_entry(ele, struct transport, list); in eth_setup_common()
783 struct list_head *ele; in inet_register() local
[all …]
Dmconsole_kern.c263 struct list_head *ele; in mconsole_find_dev() local
266 list_for_each(ele, &mconsole_devices) { in mconsole_find_dev()
267 dev = list_entry(ele, struct mc_device, list); in mconsole_find_dev()
559 struct list_head *ele; in console_write() local
571 list_for_each(ele, &clients) { in console_write()
574 entry = list_entry(ele, struct mconsole_output, list); in console_write()
Dline.c716 struct list_head *ele, *next; in unregister_winch() local
722 list_for_each_safe(ele, next, &winch_handlers) { in unregister_winch()
723 winch = list_entry(ele, struct winch, list); in unregister_winch()
736 struct list_head *ele, *next; in winch_cleanup() local
741 list_for_each_safe(ele, next, &winch_handlers) { in winch_cleanup()
742 winch = list_entry(ele, struct winch, list); in winch_cleanup()
/linux-4.4.14/arch/xtensa/platforms/iss/
Dnetwork.c318 struct list_head *ele; in iss_net_poll() local
323 list_for_each(ele, &opened) { in iss_net_poll()
326 lp = list_entry(ele, struct iss_net_private, opened_list); in iss_net_poll()
618 struct list_head *ele; in iss_net_setup() local
639 list_for_each(ele, &devices) { in iss_net_setup()
640 device = list_entry(ele, struct iss_net_private, device_list); in iss_net_setup()
676 struct list_head *ele, *next; in iss_net_init() local
680 list_for_each_safe(ele, next, &eth_cmd_line) { in iss_net_init()
682 eth = list_entry(ele, struct iss_net_init, list); in iss_net_init()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_main.c9752 struct i40e_aqc_switch_config_element_resp *ele, in i40e_setup_pf_switch_element() argument
9755 u16 downlink_seid = le16_to_cpu(ele->downlink_seid); in i40e_setup_pf_switch_element()
9756 u16 uplink_seid = le16_to_cpu(ele->uplink_seid); in i40e_setup_pf_switch_element()
9757 u8 element_type = ele->element_type; in i40e_setup_pf_switch_element()
9758 u16 seid = le16_to_cpu(ele->seid); in i40e_setup_pf_switch_element()
9871 struct i40e_aqc_switch_config_element_resp *ele = in i40e_fetch_switch_configuration() local
9874 i40e_setup_pf_switch_element(pf, ele, num_reported, in i40e_fetch_switch_configuration()
/linux-4.4.14/Documentation/s390/
DDebugging390.txt115 The register CR1 contains the primary address-space control ele-