Name

pci_is_pcie — check if the PCI device is PCI Express capable

Synopsis

bool pci_is_pcie (struct pci_dev * dev);
 

Arguments

dev

PCI device

Returns

true if the PCI device is PCI Express capable, false otherwise.