Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/hotplug/
H A Dcpqphp_pci.c731 bus_node->next = func->bus_head; in cpqhp_save_used_resources()
732 func->bus_head = bus_node; in cpqhp_save_used_resources()
1378 bus_node->next = ctrl->bus_head; in cpqhp_find_available_resources()
1379 ctrl->bus_head = bus_node; in cpqhp_find_available_resources()
1382 func->bus_head = bus_node; in cpqhp_find_available_resources()
1445 node = func->bus_head; in cpqhp_return_board_resources()
1446 func->bus_head = NULL; in cpqhp_return_board_resources()
1498 res = resources->bus_head; in cpqhp_destroy_resource_list()
1499 resources->bus_head = NULL; in cpqhp_destroy_resource_list()
1545 res = func->bus_head; in cpqhp_destroy_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()
1676 res_lists.bus_head = ctrl->bus_head; in remove_board()
1683 ctrl->bus_head = res_lists.bus_head; in remove_board()
2429 temp_resources.bus_head = bus_node; in configure_new_function()
2551 if (bus_node && temp_resources.bus_head) { in configure_new_function()
2554 hold_bus_node->next = func->bus_head; in configure_new_function()
2555 func->bus_head = hold_bus_node; in configure_new_function()
2563 kfree(temp_resources.bus_head); in configure_new_function()
2564 temp_resources.bus_head = NULL; 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()