Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/hotplug/
Dcpqphp_pci.c755 io_node->next = func->io_head; in cpqhp_save_used_resources()
756 func->io_head = io_node; in cpqhp_save_used_resources()
820 io_node->next = func->io_head; in cpqhp_save_used_resources()
821 func->io_head = io_node; in cpqhp_save_used_resources()
891 io_node->next = func->io_head; in cpqhp_save_used_resources()
892 func->io_head = io_node; in cpqhp_save_used_resources()
1316 io_node->next = ctrl->io_head; in cpqhp_find_available_resources()
1317 ctrl->io_head = io_node; in cpqhp_find_available_resources()
1319 io_node->next = func->io_head; in cpqhp_find_available_resources()
1320 func->io_head = io_node; in cpqhp_find_available_resources()
[all …]
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 …]
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()
Dcpqphp_sysfs.c50 res = ctrl->io_head; in show_ctrl()
96 res = new_slot->io_head; in show_dev()
Dcpqphp.h241 struct pci_resource *io_head; member
284 struct pci_resource *io_head; member
321 struct pci_resource *io_head; member
Dcpqphp_core.c1276 res = ctrl->io_head; in unload_cpqphpd()
1314 res = next->io_head; in unload_cpqphpd()