Searched refs:new_io (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dibmphp_res.c187 struct resource_node *new_io = NULL; local
326 new_io = alloc_resources(curr);
327 if (!new_io)
329 new_io->type = IO;
338 if (ibmphp_add_resource(new_io) < 0) {
342 newbus->firstIO = new_io;
344 new_io->rangeno = -1;
346 debug("IO resource for device %x, bus %x, [%x - %x]\n", new_io->devfunc, new_io->busno, new_io
[all...]
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c571 bool phys_mem, virt_mem, new_mem, phys_io, virt_io, new_io; local
582 new_io = !!(new_cmd & PCI_COMMAND_IO);
604 (new_io && virt_io && !phys_io) ||

Completed in 123 milliseconds