Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dcpqphp_pci.c742 bus_node->next = func->bus_head; in cpqhp_save_used_resources()
743 func->bus_head = bus_node; in cpqhp_save_used_resources()
1389 bus_node->next = ctrl->bus_head; in cpqhp_find_available_resources()
1390 ctrl->bus_head = bus_node; in cpqhp_find_available_resources()
1392 bus_node->next = func->bus_head; in cpqhp_find_available_resources()
1393 func->bus_head = bus_node; in cpqhp_find_available_resources()
1408 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in cpqhp_find_available_resources()
1456 node = func->bus_head; in cpqhp_return_board_resources()
1457 func->bus_head = NULL; in cpqhp_return_board_resources()
1460 return_resource(&(resources->bus_head), node); in cpqhp_return_board_resources()
[all …]
Dcpqphp_ctrl.c1541 res_lists.bus_head = ctrl->bus_head; in board_added()
1550 ctrl->bus_head = res_lists.bus_head; in board_added()
1555 cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in board_added()
1649 else if (!func->bus_head && !func->mem_head && in remove_board()
1657 if (temp_func->bus_head || temp_func->mem_head in remove_board()
1695 res_lists.bus_head = ctrl->bus_head; in remove_board()
1702 ctrl->bus_head = res_lists.bus_head; in remove_board()
1707 cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in remove_board()
2412 bus_node = get_max_resource(&(resources->bus_head), 1); in configure_new_function()
2487 temp_resources.bus_head = bus_node; in configure_new_function()
[all …]
Dcpqphp_nvram.c379 resNode = ctrl->bus_head; in store_HRT()
629 bus_node->next = ctrl->bus_head; in compaq_nvram_load()
630 ctrl->bus_head = bus_node; in compaq_nvram_load()
640 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.c1357 res = ctrl->bus_head; in unload_cpqphpd()
1395 res = next->bus_head; in unload_cpqphpd()