Home
last modified time | relevance | path

Searched refs:cpqhp_slot_list (Results 1 – 4 of 4) sorted by relevance

/drivers/pci/hotplug/
Dcpqphp_ctrl.c981 if (cpqhp_slot_list[busnumber] == NULL) { in cpqhp_slot_create()
982 cpqhp_slot_list[busnumber] = new_slot; in cpqhp_slot_create()
984 next = cpqhp_slot_list[busnumber]; in cpqhp_slot_create()
1006 next = cpqhp_slot_list[old_slot->bus]; in slot_remove()
1011 cpqhp_slot_list[old_slot->bus] = old_slot->next; in slot_remove()
1046 next = cpqhp_slot_list[tempBus]; in bridge_slot_remove()
1049 next = cpqhp_slot_list[tempBus]; in bridge_slot_remove()
1052 next = cpqhp_slot_list[bridge->bus]; in bridge_slot_remove()
1058 cpqhp_slot_list[bridge->bus] = bridge->next; in bridge_slot_remove()
1087 func = cpqhp_slot_list[bus]; in cpqhp_slot_find()
Dcpqphp_core.c53 struct pci_func *cpqhp_slot_list[256]; variable
761 cpqhp_slot_list[loop] = NULL; in one_time_init()
1369 next = cpqhp_slot_list[loop]; in unload_cpqphpd()
Dcpqphp_pci.c575 next = cpqhp_slot_list[sub_bus]; in cpqhp_save_base_addr_length()
979 next = cpqhp_slot_list[sub_bus]; in cpqhp_configure_board()
1077 next = cpqhp_slot_list[secondary_bus]; in cpqhp_valid_replace()
Dcpqphp.h456 extern struct pci_func *cpqhp_slot_list[256];