Lines Matching refs:io_head
1524 res_lists.io_head = ctrl->io_head; in board_added()
1533 ctrl->io_head = res_lists.io_head; in board_added()
1540 cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in board_added()
1636 !func->p_mem_head && !func->io_head) { in remove_board()
1644 || temp_func->p_mem_head || temp_func->io_head) { in remove_board()
1678 res_lists.io_head = ctrl->io_head; in remove_board()
1685 ctrl->io_head = res_lists.io_head; in remove_board()
1692 cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in remove_board()
2435 io_node = get_max_resource(&(resources->io_head), 0x1000); in configure_new_function()
2475 temp_resources.io_head = io_node; in configure_new_function()
2617 if (hold_IO_node && temp_resources.io_head) { in configure_new_function()
2618 io_node = do_pre_bridge_resource_split(&(temp_resources.io_head), in configure_new_function()
2628 return_resource(&(resources->io_head), io_node); in configure_new_function()
2631 io_node = do_bridge_resource_split(&(temp_resources.io_head), 0x1000); in configure_new_function()
2641 hold_IO_node->next = func->io_head; in configure_new_function()
2642 func->io_head = hold_IO_node; in configure_new_function()
2647 return_resource(&(resources->io_head), io_node); in configure_new_function()
2653 return_resource(&(resources->io_head), io_node); in configure_new_function()
2658 hold_IO_node->next = func->io_head; in configure_new_function()
2659 func->io_head = hold_IO_node; in configure_new_function()
2663 hold_IO_node->next = func->io_head; in configure_new_function()
2664 func->io_head = hold_IO_node; in configure_new_function()
2814 io_node = get_io_resource(&(resources->io_head), base); in configure_new_function()
2819 dbg("func (%p) io_head (%p)\n", func, func->io_head); in configure_new_function()
2823 io_node->next = func->io_head; in configure_new_function()
2824 func->io_head = io_node; in configure_new_function()
2952 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function()