Lines Matching refs:io_head

1522 		res_lists.io_head = ctrl->io_head;  in board_added()
1531 ctrl->io_head = res_lists.io_head; in board_added()
1538 cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in board_added()
1634 !func->p_mem_head && !func->io_head) { in remove_board()
1642 || temp_func->p_mem_head || temp_func->io_head) { in remove_board()
1676 res_lists.io_head = ctrl->io_head; in remove_board()
1683 ctrl->io_head = res_lists.io_head; in remove_board()
1690 cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in remove_board()
2402 io_node = get_max_resource(&(resources->io_head), 0x1000); in configure_new_function()
2442 temp_resources.io_head = io_node; in configure_new_function()
2584 if (hold_IO_node && temp_resources.io_head) { in configure_new_function()
2585 io_node = do_pre_bridge_resource_split(&(temp_resources.io_head), in configure_new_function()
2595 return_resource(&(resources->io_head), io_node); in configure_new_function()
2598 io_node = do_bridge_resource_split(&(temp_resources.io_head), 0x1000); in configure_new_function()
2608 hold_IO_node->next = func->io_head; in configure_new_function()
2609 func->io_head = hold_IO_node; in configure_new_function()
2614 return_resource(&(resources->io_head), io_node); in configure_new_function()
2620 return_resource(&(resources->io_head), io_node); in configure_new_function()
2625 hold_IO_node->next = func->io_head; in configure_new_function()
2626 func->io_head = hold_IO_node; in configure_new_function()
2630 hold_IO_node->next = func->io_head; in configure_new_function()
2631 func->io_head = hold_IO_node; in configure_new_function()
2781 io_node = get_io_resource(&(resources->io_head), base); in configure_new_function()
2786 dbg("func (%p) io_head (%p)\n", func, func->io_head); in configure_new_function()
2790 io_node->next = func->io_head; in configure_new_function()
2791 func->io_head = io_node; in configure_new_function()
2919 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function()