Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dcpqphp_pci.c736 bus_node->next = func->bus_head; in cpqhp_save_used_resources()
737 func->bus_head = bus_node; in cpqhp_save_used_resources()
1383 bus_node->next = ctrl->bus_head; in cpqhp_find_available_resources()
1384 ctrl->bus_head = bus_node; in cpqhp_find_available_resources()
1386 bus_node->next = func->bus_head; in cpqhp_find_available_resources()
1387 func->bus_head = bus_node; in cpqhp_find_available_resources()
1402 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in cpqhp_find_available_resources()
1450 node = func->bus_head; in cpqhp_return_board_resources()
1451 func->bus_head = NULL; in cpqhp_return_board_resources()
1454 return_resource(&(resources->bus_head), node); in cpqhp_return_board_resources()
[all …]
Dcpqphp_ctrl.c1542 res_lists.bus_head = ctrl->bus_head; in board_added()
1551 ctrl->bus_head = res_lists.bus_head; in board_added()
1556 cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in board_added()
1650 else if (!func->bus_head && !func->mem_head && in remove_board()
1658 if (temp_func->bus_head || temp_func->mem_head in remove_board()
1696 res_lists.bus_head = ctrl->bus_head; in remove_board()
1703 ctrl->bus_head = res_lists.bus_head; in remove_board()
1708 cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in remove_board()
2417 bus_node = get_max_resource(&(resources->bus_head), 1); in configure_new_function()
2492 temp_resources.bus_head = bus_node; in configure_new_function()
[all …]
Dcpqphp_nvram.c382 resNode = ctrl->bus_head; in store_HRT()
632 bus_node->next = ctrl->bus_head; in compaq_nvram_load()
633 ctrl->bus_head = bus_node; in compaq_nvram_load()
643 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in compaq_nvram_load()
Dcpqphp_sysfs.c71 res = ctrl->bus_head; in show_ctrl()
117 res = new_slot->bus_head; in show_dev()
Dcpqphp.h256 struct pci_resource *bus_head; member
299 struct pci_resource *bus_head; member
336 struct pci_resource *bus_head; member
Dcpqphp_core.c1354 res = ctrl->bus_head; in unload_cpqphpd()
1392 res = next->bus_head; in unload_cpqphpd()