Searched defs:max_functions (Results 1 - 2 of 2) sorted by relevance

/drivers/pci/hotplug/
H A Dcpqphp_pci.c309 int max_functions; local
363 /* If multi-function device, set max_functions to 8 */
365 max_functions = 8;
367 max_functions = 1;
430 while ((function < max_functions) && (!stop_it)) {
447 } while (function < max_functions);
470 int max_functions; local
487 max_functions = 8;
489 max_functions = 1;
491 while (function < max_functions) {
[all...]
H A Dcpqphp_ctrl.c2276 u8 temp_byte, function, max_functions, stop_it; local
2294 max_functions = 8;
2296 max_functions = 1;
2324 while ((function < max_functions) && (!stop_it)) {
2346 } while (function < max_functions);

Completed in 60 milliseconds