Lines Matching refs:bus_head
731 bus_node->next = func->bus_head; in cpqhp_save_used_resources()
732 func->bus_head = bus_node; in cpqhp_save_used_resources()
1378 bus_node->next = ctrl->bus_head; in cpqhp_find_available_resources()
1379 ctrl->bus_head = bus_node; in cpqhp_find_available_resources()
1381 bus_node->next = func->bus_head; in cpqhp_find_available_resources()
1382 func->bus_head = bus_node; in cpqhp_find_available_resources()
1397 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in cpqhp_find_available_resources()
1445 node = func->bus_head; in cpqhp_return_board_resources()
1446 func->bus_head = NULL; in cpqhp_return_board_resources()
1449 return_resource(&(resources->bus_head), node); in cpqhp_return_board_resources()
1456 rc |= cpqhp_resource_sort_and_combine(&(resources->bus_head)); in cpqhp_return_board_resources()
1498 res = resources->bus_head; in cpqhp_destroy_resource_list()
1499 resources->bus_head = NULL; in cpqhp_destroy_resource_list()
1545 res = func->bus_head; in cpqhp_destroy_board_resources()
1546 func->bus_head = NULL; in cpqhp_destroy_board_resources()