Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/hotplug/
H A Dcpqphp_pci.c306 int stop_it; in cpqhp_save_config() local
420 stop_it = 0; in cpqhp_save_config()
425 while ((function < max_functions) && (!stop_it)) { in cpqhp_save_config()
439 stop_it++; in cpqhp_save_config()
468 int stop_it; in cpqhp_save_slot_config() local
510 stop_it = 0; in cpqhp_save_slot_config()
515 while ((function < max_functions) && (!stop_it)) { in cpqhp_save_slot_config()
523 stop_it++; in cpqhp_save_slot_config()
H A Dcpqphp_ctrl.c2213 u8 temp_byte, function, max_functions, stop_it; in configure_new_device() local
2256 stop_it = 0; in configure_new_device()
2261 while ((function < max_functions) && (!stop_it)) { in configure_new_device()
2279 stop_it++; in configure_new_device()