Lines Matching refs:mem_head
1539 res_lists.mem_head = ctrl->mem_head; in board_added()
1548 ctrl->mem_head = res_lists.mem_head; in board_added()
1552 cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in board_added()
1649 else if (!func->bus_head && !func->mem_head && in remove_board()
1657 if (temp_func->bus_head || temp_func->mem_head in remove_board()
1693 res_lists.mem_head = ctrl->mem_head; in remove_board()
1700 ctrl->mem_head = res_lists.mem_head; in remove_board()
1704 cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in remove_board()
2451 mem_node = get_max_resource(&(resources->mem_head), 0x100000); in configure_new_function()
2489 temp_resources.mem_head = mem_node; in configure_new_function()
2681 if (hold_mem_node && temp_resources.mem_head) { in configure_new_function()
2682 mem_node = do_pre_bridge_resource_split(&(temp_resources. mem_head), in configure_new_function()
2692 return_resource(&(resources->mem_head), mem_node); in configure_new_function()
2695 mem_node = do_bridge_resource_split(&(temp_resources.mem_head), 0x100000); in configure_new_function()
2704 hold_mem_node->next = func->mem_head; in configure_new_function()
2705 func->mem_head = hold_mem_node; in configure_new_function()
2712 return_resource(&(resources->mem_head), mem_node); in configure_new_function()
2718 return_resource(&(resources->mem_head), mem_node); in configure_new_function()
2723 hold_mem_node->next = func->mem_head; in configure_new_function()
2724 func->mem_head = hold_mem_node; in configure_new_function()
2728 hold_mem_node->next = func->mem_head; in configure_new_function()
2729 func->mem_head = hold_mem_node; in configure_new_function()
2862 mem_node = get_resource(&(resources->mem_head), base); in configure_new_function()
2868 mem_node->next = func->mem_head; in configure_new_function()
2869 func->mem_head = mem_node; in configure_new_function()
2968 return_resource(&(resources-> mem_head), hold_mem_node); in configure_new_function()