Lines Matching refs:mem_head

1523 		res_lists.mem_head = ctrl->mem_head;  in board_added()
1532 ctrl->mem_head = res_lists.mem_head; in board_added()
1536 cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in board_added()
1633 else if (!func->bus_head && !func->mem_head && in remove_board()
1641 if (temp_func->bus_head || temp_func->mem_head in remove_board()
1677 res_lists.mem_head = ctrl->mem_head; in remove_board()
1684 ctrl->mem_head = res_lists.mem_head; in remove_board()
1688 cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in remove_board()
2405 mem_node = get_max_resource(&(resources->mem_head), 0x100000); in configure_new_function()
2443 temp_resources.mem_head = mem_node; in configure_new_function()
2635 if (hold_mem_node && temp_resources.mem_head) { in configure_new_function()
2636 mem_node = do_pre_bridge_resource_split(&(temp_resources. mem_head), in configure_new_function()
2646 return_resource(&(resources->mem_head), mem_node); in configure_new_function()
2649 mem_node = do_bridge_resource_split(&(temp_resources.mem_head), 0x100000); in configure_new_function()
2658 hold_mem_node->next = func->mem_head; in configure_new_function()
2659 func->mem_head = hold_mem_node; in configure_new_function()
2666 return_resource(&(resources->mem_head), mem_node); in configure_new_function()
2672 return_resource(&(resources->mem_head), mem_node); in configure_new_function()
2677 hold_mem_node->next = func->mem_head; in configure_new_function()
2678 func->mem_head = hold_mem_node; in configure_new_function()
2682 hold_mem_node->next = func->mem_head; in configure_new_function()
2683 func->mem_head = hold_mem_node; in configure_new_function()
2814 mem_node = get_resource(&(resources->mem_head), base); in configure_new_function()
2820 mem_node->next = func->mem_head; in configure_new_function()
2821 func->mem_head = mem_node; in configure_new_function()
2920 return_resource(&(resources->mem_head), hold_mem_node); in configure_new_function()