Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dcpqphp_pci.c740 bus_node->next = func->bus_head; in cpqhp_save_used_resources()
741 func->bus_head = bus_node; in cpqhp_save_used_resources()
1387 bus_node->next = ctrl->bus_head; in cpqhp_find_available_resources()
1388 ctrl->bus_head = bus_node; in cpqhp_find_available_resources()
1390 bus_node->next = func->bus_head; in cpqhp_find_available_resources()
1391 func->bus_head = bus_node; in cpqhp_find_available_resources()
1406 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in cpqhp_find_available_resources()
1454 node = func->bus_head; in cpqhp_return_board_resources()
1455 func->bus_head = NULL; in cpqhp_return_board_resources()
1458 return_resource(&(resources->bus_head), node); in cpqhp_return_board_resources()
[all …]
H A Dcpqphp_ctrl.c1523 res_lists.bus_head = ctrl->bus_head; in board_added()
1532 ctrl->bus_head = res_lists.bus_head; in board_added()
1537 cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in board_added()
1630 else if (!func->bus_head && !func->mem_head && in remove_board()
1638 if (temp_func->bus_head || temp_func->mem_head in remove_board()
1676 res_lists.bus_head = ctrl->bus_head; in remove_board()
1683 ctrl->bus_head = res_lists.bus_head; in remove_board()
1688 cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in remove_board()
2354 bus_node = get_max_resource(&(resources->bus_head), 1); in configure_new_function()
2429 temp_resources.bus_head = bus_node; in configure_new_function()
[all …]
H A Dcpqphp_nvram.c365 resNode = ctrl->bus_head; in store_HRT()
612 bus_node->next = ctrl->bus_head; in compaq_nvram_load()
613 ctrl->bus_head = bus_node; in compaq_nvram_load()
623 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in compaq_nvram_load()
H A Dcpqphp_sysfs.c57 res = ctrl->bus_head; in show_ctrl()
103 res = new_slot->bus_head; in show_dev()
H A Dcpqphp.h242 struct pci_resource *bus_head; member
285 struct pci_resource *bus_head; member
322 struct pci_resource *bus_head; member
H A Dcpqphp_core.c1297 res = ctrl->bus_head; in unload_cpqphpd()
1335 res = next->bus_head; in unload_cpqphpd()