Home
last modified time | relevance | path

Searched refs:bus_head (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/pci/hotplug/
Dcpqphp_pci.c738 bus_node->next = func->bus_head; in cpqhp_save_used_resources()
739 func->bus_head = bus_node; in cpqhp_save_used_resources()
1385 bus_node->next = ctrl->bus_head; in cpqhp_find_available_resources()
1386 ctrl->bus_head = bus_node; in cpqhp_find_available_resources()
1388 bus_node->next = func->bus_head; in cpqhp_find_available_resources()
1389 func->bus_head = bus_node; in cpqhp_find_available_resources()
1404 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in cpqhp_find_available_resources()
1452 node = func->bus_head; in cpqhp_return_board_resources()
1453 func->bus_head = NULL; in cpqhp_return_board_resources()
1456 return_resource(&(resources->bus_head), node); in cpqhp_return_board_resources()
[all …]
Dcpqphp_ctrl.c1527 res_lists.bus_head = ctrl->bus_head; in board_added()
1536 ctrl->bus_head = res_lists.bus_head; in board_added()
1541 cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in board_added()
1635 else if (!func->bus_head && !func->mem_head && in remove_board()
1643 if (temp_func->bus_head || temp_func->mem_head in remove_board()
1681 res_lists.bus_head = ctrl->bus_head; in remove_board()
1688 ctrl->bus_head = res_lists.bus_head; in remove_board()
1693 cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in remove_board()
2399 bus_node = get_max_resource(&(resources->bus_head), 1); in configure_new_function()
2474 temp_resources.bus_head = bus_node; in configure_new_function()
[all …]
Dcpqphp_nvram.c365 resNode = ctrl->bus_head; in store_HRT()
615 bus_node->next = ctrl->bus_head; in compaq_nvram_load()
616 ctrl->bus_head = bus_node; in compaq_nvram_load()
626 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in compaq_nvram_load()
Dcpqphp_sysfs.c57 res = ctrl->bus_head; in show_ctrl()
103 res = new_slot->bus_head; in show_dev()
Dcpqphp.h242 struct pci_resource *bus_head; member
285 struct pci_resource *bus_head; member
322 struct pci_resource *bus_head; member
Dcpqphp_core.c1332 res = ctrl->bus_head; in unload_cpqphpd()
1370 res = next->bus_head; in unload_cpqphpd()