Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dcpqphp_ctrl.c980 if (cpqhp_slot_list[busnumber] == NULL) { in cpqhp_slot_create()
981 cpqhp_slot_list[busnumber] = new_slot; in cpqhp_slot_create()
983 next = cpqhp_slot_list[busnumber]; in cpqhp_slot_create()
1005 next = cpqhp_slot_list[old_slot->bus]; in slot_remove()
1010 cpqhp_slot_list[old_slot->bus] = old_slot->next; in slot_remove()
1045 next = cpqhp_slot_list[tempBus]; in bridge_slot_remove()
1048 next = cpqhp_slot_list[tempBus]; in bridge_slot_remove()
1051 next = cpqhp_slot_list[bridge->bus]; in bridge_slot_remove()
1057 cpqhp_slot_list[bridge->bus] = bridge->next; in bridge_slot_remove()
1086 func = cpqhp_slot_list[bus]; in cpqhp_slot_find()
Dcpqphp_core.c53 struct pci_func *cpqhp_slot_list[256]; variable
766 cpqhp_slot_list[loop] = NULL; in one_time_init()
1372 next = cpqhp_slot_list[loop]; in unload_cpqphpd()
Dcpqphp_pci.c581 next = cpqhp_slot_list[sub_bus]; in cpqhp_save_base_addr_length()
985 next = cpqhp_slot_list[sub_bus]; in cpqhp_configure_board()
1083 next = cpqhp_slot_list[secondary_bus]; in cpqhp_valid_replace()
Dcpqphp.h450 extern struct pci_func *cpqhp_slot_list[256];