Lines Matching refs:node
1421 struct pci_resource *node;
1428 node = func->io_head;
1430 while (node) {
1431 t_node = node->next;
1432 return_resource(&(resources->io_head), node);
1433 node = t_node;
1436 node = func->mem_head;
1438 while (node) {
1439 t_node = node->next;
1440 return_resource(&(resources->mem_head), node);
1441 node = t_node;
1444 node = func->p_mem_head;
1446 while (node) {
1447 t_node = node->next;
1448 return_resource(&(resources->p_mem_head), node);
1449 node = t_node;
1452 node = func->bus_head;
1454 while (node) {
1455 t_node = node->next;
1456 return_resource(&(resources->bus_head), node);
1457 node = t_node;
1472 * Puts node back in the resource list pointed to by head
1519 * Puts node back in the resource list pointed to by head