Lines Matching refs:bus_head
742 bus_node->next = func->bus_head; in cpqhp_save_used_resources()
743 func->bus_head = bus_node; in cpqhp_save_used_resources()
1389 bus_node->next = ctrl->bus_head; in cpqhp_find_available_resources()
1390 ctrl->bus_head = bus_node; in cpqhp_find_available_resources()
1392 bus_node->next = func->bus_head; in cpqhp_find_available_resources()
1393 func->bus_head = bus_node; in cpqhp_find_available_resources()
1408 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in cpqhp_find_available_resources()
1456 node = func->bus_head; in cpqhp_return_board_resources()
1457 func->bus_head = NULL; in cpqhp_return_board_resources()
1460 return_resource(&(resources->bus_head), node); in cpqhp_return_board_resources()
1467 rc |= cpqhp_resource_sort_and_combine(&(resources->bus_head)); in cpqhp_return_board_resources()
1509 res = resources->bus_head; in cpqhp_destroy_resource_list()
1510 resources->bus_head = NULL; in cpqhp_destroy_resource_list()
1556 res = func->bus_head; in cpqhp_destroy_board_resources()
1557 func->bus_head = NULL; in cpqhp_destroy_board_resources()