1PCI_IS_PCIE(9) Hardware Interfaces PCI_IS_PCIE(9)
23
4
NAME
6pci_is_pcie - check if the PCI device is PCI Express capable
7
SYNOPSIS
9bool pci_is_pcie(struct pci_dev * dev);
10
ARGUMENTS
12dev
13PCI device
14
RETURNS
16true if the PCI device is PCI Express capable, false otherwise.
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 PCI_IS_PCIE(9)