Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dcpqphp_pci.c767 mem_node->next = func->mem_head; in cpqhp_save_used_resources()
768 func->mem_head = mem_node; in cpqhp_save_used_resources()
850 mem_node->next = func->mem_head; in cpqhp_save_used_resources()
851 func->mem_head = mem_node; in cpqhp_save_used_resources()
921 mem_node->next = func->mem_head; in cpqhp_save_used_resources()
922 func->mem_head = mem_node; in cpqhp_save_used_resources()
1335 mem_node->next = ctrl->mem_head; in cpqhp_find_available_resources()
1336 ctrl->mem_head = mem_node; in cpqhp_find_available_resources()
1338 mem_node->next = func->mem_head; in cpqhp_find_available_resources()
1339 func->mem_head = mem_node; in cpqhp_find_available_resources()
[all …]
Dcpqphp_ctrl.c1540 res_lists.mem_head = ctrl->mem_head; in board_added()
1549 ctrl->mem_head = res_lists.mem_head; in board_added()
1553 cpqhp_resource_sort_and_combine(&(ctrl->mem_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()
1694 res_lists.mem_head = ctrl->mem_head; in remove_board()
1701 ctrl->mem_head = res_lists.mem_head; in remove_board()
1705 cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in remove_board()
2456 mem_node = get_max_resource(&(resources->mem_head), 0x100000); in configure_new_function()
2494 temp_resources.mem_head = mem_node; in configure_new_function()
[all …]
Dcpqphp_nvram.c307 resNode = ctrl->mem_head; in store_HRT()
550 mem_node->next = ctrl->mem_head; in compaq_nvram_load()
551 ctrl->mem_head = mem_node; in compaq_nvram_load()
640 rc &= cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in compaq_nvram_load()
Dcpqphp_sysfs.c50 res = ctrl->mem_head; in show_ctrl()
96 res = new_slot->mem_head; in show_dev()
Dcpqphp.h253 struct pci_resource *mem_head; member
296 struct pci_resource *mem_head; member
333 struct pci_resource *mem_head; member
Dcpqphp_core.c1340 res = ctrl->mem_head; in unload_cpqphpd()
1378 res = next->mem_head; in unload_cpqphpd()