Lines Matching refs:io_head

1538 		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()
2630 if (hold_IO_node && temp_resources.io_head) { in configure_new_function()
2631 io_node = do_pre_bridge_resource_split(&(temp_resources.io_head), in configure_new_function()
2641 return_resource(&(resources->io_head), io_node); in configure_new_function()
2644 io_node = do_bridge_resource_split(&(temp_resources.io_head), 0x1000); in configure_new_function()
2654 hold_IO_node->next = func->io_head; in configure_new_function()
2655 func->io_head = hold_IO_node; in configure_new_function()
2660 return_resource(&(resources->io_head), io_node); in configure_new_function()
2666 return_resource(&(resources->io_head), io_node); in configure_new_function()
2671 hold_IO_node->next = func->io_head; in configure_new_function()
2672 func->io_head = hold_IO_node; in configure_new_function()
2676 hold_IO_node->next = func->io_head; in configure_new_function()
2677 func->io_head = hold_IO_node; in configure_new_function()
2827 io_node = get_io_resource(&(resources->io_head), base); in configure_new_function()
2830 dbg("func (%p) io_head (%p)\n", func, func->io_head); in configure_new_function()
2836 io_node->next = func->io_head; in configure_new_function()
2837 func->io_head = io_node; in configure_new_function()
2967 return_resource(&(resources-> io_head), hold_IO_node); in configure_new_function()