Home | History | Annotate | Download | only in virt

Lines Matching refs:pci_ids

1541         pci_ids = [id for id in commands.getoutput(cmd).splitlines()]
1543 if (len(pci_ids) - 1) < nic_id:
1545 return pci_ids[nic_id]
1696 self.pci_ids = self.get_devs(self.devices_requested)
1697 logging.debug("The following pci_ids were found: %s", self.pci_ids)
1702 for pci_id in self.pci_ids:
1737 self.pci_ids = requested_pci_ids
1738 return self.pci_ids