Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dcpqphp_pci.c320 int stop_it; in cpqhp_save_config() local
431 stop_it = 0; in cpqhp_save_config()
436 while ((function < max_functions) && (!stop_it)) { in cpqhp_save_config()
450 stop_it++; in cpqhp_save_config()
479 int stop_it; in cpqhp_save_slot_config() local
521 stop_it = 0; in cpqhp_save_slot_config()
526 while ((function < max_functions) && (!stop_it)) { in cpqhp_save_slot_config()
534 stop_it++; in cpqhp_save_slot_config()
Dcpqphp_ctrl.c2271 u8 temp_byte, function, max_functions, stop_it; in configure_new_device() local
2314 stop_it = 0; in configure_new_device()
2319 while ((function < max_functions) && (!stop_it)) { in configure_new_device()
2337 stop_it++; in configure_new_device()