Lines Matching refs:mem_head

1521 		res_lists.mem_head = ctrl->mem_head;  in board_added()
1530 ctrl->mem_head = res_lists.mem_head; in board_added()
1534 cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in board_added()
1630 else if (!func->bus_head && !func->mem_head && in remove_board()
1638 if (temp_func->bus_head || temp_func->mem_head in remove_board()
1674 res_lists.mem_head = ctrl->mem_head; in remove_board()
1681 ctrl->mem_head = res_lists.mem_head; in remove_board()
1685 cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in remove_board()
2393 mem_node = get_max_resource(&(resources->mem_head), 0x100000); in configure_new_function()
2431 temp_resources.mem_head = mem_node; in configure_new_function()
2623 if (hold_mem_node && temp_resources.mem_head) { in configure_new_function()
2624 mem_node = do_pre_bridge_resource_split(&(temp_resources. mem_head), in configure_new_function()
2634 return_resource(&(resources->mem_head), mem_node); in configure_new_function()
2637 mem_node = do_bridge_resource_split(&(temp_resources.mem_head), 0x100000); in configure_new_function()
2646 hold_mem_node->next = func->mem_head; in configure_new_function()
2647 func->mem_head = hold_mem_node; in configure_new_function()
2654 return_resource(&(resources->mem_head), mem_node); in configure_new_function()
2660 return_resource(&(resources->mem_head), mem_node); in configure_new_function()
2665 hold_mem_node->next = func->mem_head; in configure_new_function()
2666 func->mem_head = hold_mem_node; in configure_new_function()
2670 hold_mem_node->next = func->mem_head; in configure_new_function()
2671 func->mem_head = hold_mem_node; in configure_new_function()
2802 mem_node = get_resource(&(resources->mem_head), base); in configure_new_function()
2808 mem_node->next = func->mem_head; in configure_new_function()
2809 func->mem_head = mem_node; in configure_new_function()
2908 return_resource(&(resources->mem_head), hold_mem_node); in configure_new_function()