Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_pci.c760 io_node->next = func->io_head; in cpqhp_save_used_resources()
761 func->io_head = io_node; in cpqhp_save_used_resources()
825 io_node->next = func->io_head; in cpqhp_save_used_resources()
826 func->io_head = io_node; in cpqhp_save_used_resources()
896 io_node->next = func->io_head; in cpqhp_save_used_resources()
897 func->io_head = io_node; in cpqhp_save_used_resources()
1321 io_node->next = ctrl->io_head; in cpqhp_find_available_resources()
1322 ctrl->io_head = io_node; in cpqhp_find_available_resources()
1324 io_node->next = func->io_head; in cpqhp_find_available_resources()
1325 func->io_head = io_node; in cpqhp_find_available_resources()
[all …]
H A Dcpqphp_ctrl.c1520 res_lists.io_head = ctrl->io_head; in board_added()
1529 ctrl->io_head = res_lists.io_head; in board_added()
1536 cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in board_added()
1631 !func->p_mem_head && !func->io_head) { in remove_board()
1639 || temp_func->p_mem_head || temp_func->io_head) { in remove_board()
1673 res_lists.io_head = ctrl->io_head; in remove_board()
1680 ctrl->io_head = res_lists.io_head; in remove_board()
1687 cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in remove_board()
2390 io_node = get_max_resource(&(resources->io_head), 0x1000); in configure_new_function()
2430 temp_resources.io_head = io_node; in configure_new_function()
[all …]
H A Dcpqphp_nvram.c340 resNode = ctrl->io_head; in store_HRT()
586 io_node->next = ctrl->io_head; in compaq_nvram_load()
587 ctrl->io_head = io_node; in compaq_nvram_load()
622 rc &= cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in compaq_nvram_load()
H A Dcpqphp_sysfs.c50 res = ctrl->io_head; in show_ctrl()
96 res = new_slot->io_head; in show_dev()
H A Dcpqphp.h241 struct pci_resource *io_head; member
284 struct pci_resource *io_head; member
321 struct pci_resource *io_head; member
H A Dcpqphp_core.c1276 res = ctrl->io_head; in unload_cpqphpd()
1314 res = next->io_head; in unload_cpqphpd()