Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/hotplug/
Dcpqphp_pci.c313 int stop_it; in cpqhp_save_config() local
427 stop_it = 0; in cpqhp_save_config()
432 while ((function < max_functions) && (!stop_it)) { in cpqhp_save_config()
446 stop_it++; in cpqhp_save_config()
475 int stop_it; in cpqhp_save_slot_config() local
517 stop_it = 0; in cpqhp_save_slot_config()
522 while ((function < max_functions) && (!stop_it)) { in cpqhp_save_slot_config()
530 stop_it++; in cpqhp_save_slot_config()
Dcpqphp_ctrl.c2258 u8 temp_byte, function, max_functions, stop_it; in configure_new_device() local
2301 stop_it = 0; in configure_new_device()
2306 while ((function < max_functions) && (!stop_it)) { in configure_new_device()
2324 stop_it++; in configure_new_device()