Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/hotplug/
Dcpqphp_ctrl.c966 if (cpqhp_slot_list[busnumber] == NULL) { in cpqhp_slot_create()
967 cpqhp_slot_list[busnumber] = new_slot; in cpqhp_slot_create()
969 next = cpqhp_slot_list[busnumber]; in cpqhp_slot_create()
991 next = cpqhp_slot_list[old_slot->bus]; in slot_remove()
996 cpqhp_slot_list[old_slot->bus] = old_slot->next; in slot_remove()
1031 next = cpqhp_slot_list[tempBus]; in bridge_slot_remove()
1034 next = cpqhp_slot_list[tempBus]; in bridge_slot_remove()
1037 next = cpqhp_slot_list[bridge->bus]; in bridge_slot_remove()
1043 cpqhp_slot_list[bridge->bus] = bridge->next; in bridge_slot_remove()
1072 func = cpqhp_slot_list[bus]; in cpqhp_slot_find()
Dcpqphp_core.c39 struct pci_func *cpqhp_slot_list[256]; variable
741 cpqhp_slot_list[loop] = NULL; in one_time_init()
1347 next = cpqhp_slot_list[loop]; in unload_cpqphpd()
Dcpqphp_pci.c577 next = cpqhp_slot_list[sub_bus]; in cpqhp_save_base_addr_length()
981 next = cpqhp_slot_list[sub_bus]; in cpqhp_configure_board()
1079 next = cpqhp_slot_list[secondary_bus]; in cpqhp_valid_replace()
Dcpqphp.h436 extern struct pci_func *cpqhp_slot_list[256];