Lines Matching refs:io_head

1551 		res_lists.io_head = ctrl->io_head;  in board_added()
1560 ctrl->io_head = res_lists.io_head; in board_added()
1567 shpchp_resource_sort_and_combine(&(ctrl->io_head)); in board_added()
1690 !(func->bus_head || func->mem_head || func->p_mem_head || func->io_head)) { in remove_board()
1701 || temp_func->p_mem_head || temp_func->io_head) { in remove_board()
1752 res_lists.io_head = ctrl->io_head; in remove_board()
1762 ctrl->io_head = res_lists.io_head; in remove_board()
1769 shpchp_resource_sort_and_combine(&(ctrl->io_head)); in remove_board()
2455 io_node = get_max_resource(&(resources->io_head), 0x1000L); in configure_new_function()
2501 temp_resources.io_head = io_node; in configure_new_function()
2646 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function()
2668 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function()
2705 if (hold_IO_node && temp_resources.io_head) { in configure_new_function()
2706 io_node = do_pre_bridge_resource_split(&(temp_resources.io_head), in configure_new_function()
2717 return_resource(&(resources->io_head), io_node); in configure_new_function()
2720 io_node = do_bridge_resource_split(&(temp_resources.io_head), 0x1000); in configure_new_function()
2729 hold_IO_node->next = func->io_head; in configure_new_function()
2730 func->io_head = hold_IO_node; in configure_new_function()
2736 return_resource(&(resources->io_head), io_node); in configure_new_function()
2742 return_resource(&(resources->io_head), io_node); in configure_new_function()
2747 hold_IO_node->next = func->io_head; in configure_new_function()
2748 func->io_head = hold_IO_node; in configure_new_function()
2752 hold_IO_node->next = func->io_head; in configure_new_function()
2753 func->io_head = hold_IO_node; in configure_new_function()
2902 io_node = get_io_resource(&(resources->io_head),(ulong)base); in configure_new_function()
2908 io_node->next = func->io_head; in configure_new_function()
2909 func->io_head = io_node; in configure_new_function()