Lines Matching refs:bus_head
738 bus_node->next = func->bus_head; in cpqhp_save_used_resources()
739 func->bus_head = bus_node; in cpqhp_save_used_resources()
1385 bus_node->next = ctrl->bus_head; in cpqhp_find_available_resources()
1386 ctrl->bus_head = bus_node; in cpqhp_find_available_resources()
1388 bus_node->next = func->bus_head; in cpqhp_find_available_resources()
1389 func->bus_head = bus_node; in cpqhp_find_available_resources()
1404 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in cpqhp_find_available_resources()
1452 node = func->bus_head; in cpqhp_return_board_resources()
1453 func->bus_head = NULL; in cpqhp_return_board_resources()
1456 return_resource(&(resources->bus_head), node); in cpqhp_return_board_resources()
1463 rc |= cpqhp_resource_sort_and_combine(&(resources->bus_head)); in cpqhp_return_board_resources()
1505 res = resources->bus_head; in cpqhp_destroy_resource_list()
1506 resources->bus_head = NULL; in cpqhp_destroy_resource_list()
1552 res = func->bus_head; in cpqhp_destroy_board_resources()
1553 func->bus_head = NULL; in cpqhp_destroy_board_resources()