Lines Matching refs:io_head

1175 		res_lists.io_head = ctrl->io_head;  in board_added()
1184 ctrl->io_head = res_lists.io_head; in board_added()
1191 pciehp_resource_sort_and_combine(&(ctrl->io_head)); in board_added()
1265 !(func->bus_head || func->mem_head || func->p_mem_head || func->io_head)) { in remove_board()
1277 || temp_func->p_mem_head || temp_func->io_head) { in remove_board()
1315 res_lists.io_head = ctrl->io_head; in remove_board()
1325 ctrl->io_head = res_lists.io_head; in remove_board()
1332 pciehp_resource_sort_and_combine(&(ctrl->io_head)); in remove_board()
2012 io_node = get_max_resource(&(resources->io_head), 0x1000L); in configure_new_function()
2058 temp_resources.io_head = io_node; in configure_new_function()
2203 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function()
2225 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function()
2263 if (hold_IO_node && temp_resources.io_head) { in configure_new_function()
2264 io_node = do_pre_bridge_resource_split(&(temp_resources.io_head), in configure_new_function()
2275 return_resource(&(resources->io_head), io_node); in configure_new_function()
2278 io_node = do_bridge_resource_split(&(temp_resources.io_head), 0x1000); in configure_new_function()
2287 hold_IO_node->next = func->io_head; in configure_new_function()
2288 func->io_head = hold_IO_node; in configure_new_function()
2294 return_resource(&(resources->io_head), io_node); in configure_new_function()
2300 return_resource(&(resources->io_head), io_node); in configure_new_function()
2305 hold_IO_node->next = func->io_head; in configure_new_function()
2306 func->io_head = hold_IO_node; in configure_new_function()
2310 hold_IO_node->next = func->io_head; in configure_new_function()
2311 func->io_head = hold_IO_node; in configure_new_function()
2459 io_node = get_io_resource(&(resources->io_head),(ulong)base); in configure_new_function()
2465 io_node->next = func->io_head; in configure_new_function()
2466 func->io_head = io_node; in configure_new_function()