Query: pci_pcie_cap
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PCI_PCIE_CAP(9) Hardware Interfaces PCI_PCIE_CAP(9)NAMEpci_pcie_cap - get the saved PCIe capability offsetSYNOPSISint pci_pcie_cap(struct pci_dev * dev);ARGUMENTSdev PCI deviceDESCRIPTIONPCIe capability offset is calculated at PCI device initialization time and saved in the data structure. This function returns saved PCIe capability offset. Using this instead of pci_find_capability reduces unnecessary search in the PCI configuration space. If you need to calculate PCIe capability offset from raw device for some reasons, please use pci_find_capability instead.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PCI_PCIE_CAP(9)
| Related Man Pages |
|---|
| pcitweak(1) - redhat |
| pci(4) - sunos |
| pci(4) - hpux |
| pci(4) - linux |
| pci(4) - x11r4 |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Tar Command |
| CentOS7 restoring file capabilities |
| Controlling user input |
| [TIP] Processing YAML files with yq |