Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dcpqphp_pci.c757 io_node->next = func->io_head; in cpqhp_save_used_resources()
758 func->io_head = io_node; in cpqhp_save_used_resources()
822 io_node->next = func->io_head; in cpqhp_save_used_resources()
823 func->io_head = io_node; in cpqhp_save_used_resources()
893 io_node->next = func->io_head; in cpqhp_save_used_resources()
894 func->io_head = io_node; in cpqhp_save_used_resources()
1318 io_node->next = ctrl->io_head; in cpqhp_find_available_resources()
1319 ctrl->io_head = io_node; in cpqhp_find_available_resources()
1321 io_node->next = func->io_head; in cpqhp_find_available_resources()
1322 func->io_head = io_node; in cpqhp_find_available_resources()
[all …]
Dcpqphp_ctrl.c1538 res_lists.io_head = ctrl->io_head; in board_added()
1547 ctrl->io_head = res_lists.io_head; in board_added()
1554 cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in board_added()
1650 !func->p_mem_head && !func->io_head) { in remove_board()
1658 || temp_func->p_mem_head || temp_func->io_head) { in remove_board()
1692 res_lists.io_head = ctrl->io_head; in remove_board()
1699 ctrl->io_head = res_lists.io_head; in remove_board()
1706 cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in remove_board()
2448 io_node = get_max_resource(&(resources->io_head), 0x1000); in configure_new_function()
2488 temp_resources.io_head = io_node; in configure_new_function()
[all …]
Dcpqphp_nvram.c354 resNode = ctrl->io_head; in store_HRT()
603 io_node->next = ctrl->io_head; in compaq_nvram_load()
604 ctrl->io_head = io_node; in compaq_nvram_load()
639 rc &= cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in compaq_nvram_load()
Dcpqphp_sysfs.c64 res = ctrl->io_head; in show_ctrl()
110 res = new_slot->io_head; in show_dev()
Dcpqphp.h255 struct pci_resource *io_head; member
298 struct pci_resource *io_head; member
335 struct pci_resource *io_head; member
Dcpqphp_core.c1336 res = ctrl->io_head; in unload_cpqphpd()
1374 res = next->io_head; in unload_cpqphpd()