Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c965 if (cpqhp_slot_list[busnumber] == NULL) { in cpqhp_slot_create()
966 cpqhp_slot_list[busnumber] = new_slot; in cpqhp_slot_create()
968 next = cpqhp_slot_list[busnumber]; in cpqhp_slot_create()
990 next = cpqhp_slot_list[old_slot->bus]; in slot_remove()
995 cpqhp_slot_list[old_slot->bus] = old_slot->next; in slot_remove()
1030 next = cpqhp_slot_list[tempBus]; in bridge_slot_remove()
1033 next = cpqhp_slot_list[tempBus]; in bridge_slot_remove()
1036 next = cpqhp_slot_list[bridge->bus]; in bridge_slot_remove()
1042 cpqhp_slot_list[bridge->bus] = bridge->next; in bridge_slot_remove()
1071 func = cpqhp_slot_list[bus]; in cpqhp_slot_find()
H A Dcpqphp_core.c39 struct pci_func *cpqhp_slot_list[256]; variable
706 cpqhp_slot_list[loop] = NULL; in one_time_init()
1312 next = cpqhp_slot_list[loop]; in unload_cpqphpd()
H A Dcpqphp_pci.c579 next = cpqhp_slot_list[sub_bus]; in cpqhp_save_base_addr_length()
983 next = cpqhp_slot_list[sub_bus]; in cpqhp_configure_board()
1081 next = cpqhp_slot_list[secondary_bus]; in cpqhp_valid_replace()
H A Dcpqphp.h436 extern struct pci_func *cpqhp_slot_list[256];