Searched refs:hold_IO_node (Results 1 – 1 of 1) sorted by relevance
2329 struct pci_resource *hold_IO_node; in configure_new_function() local2439 hold_IO_node = kmalloc(sizeof(*hold_IO_node), GFP_KERNEL); in configure_new_function()2445 kfree(hold_IO_node); in configure_new_function()2574 &hold_IO_node, 0x1000); in configure_new_function()2592 hold_IO_node->length = io_node->base - hold_IO_node->base; in configure_new_function()2595 if (hold_IO_node->length) { in configure_new_function()2597 func->io_head = hold_IO_node; in configure_new_function()2609 kfree(hold_IO_node); in configure_new_function()2614 func->io_head = hold_IO_node; in configure_new_function()2616 } else if (hold_IO_node) { in configure_new_function()[all …]