Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_EXP (Results 1 – 6 of 6) sorted by relevance

/pciutils/lmr/
H A Dmargin_hw.c40 struct pci_cap *cap = pci_find_cap(dev, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_port_is_down()
57 struct pci_cap *cap = pci_find_cap(dev, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_find_pair()
85 struct pci_cap *cap = pci_find_cap(down_port, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_verify_link()
115 struct pci_cap *cap = pci_find_cap(dev, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in fill_dev_wrapper()
145 struct pci_cap *pcie = pci_find_cap(dev->dev, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_prep_dev()
172 struct pci_cap *pcie = pci_find_cap(dev->dev, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_restore_dev()
H A Dmargin_args.c279 struct pci_cap *cap = pci_find_cap(down, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_parse_util_args()
H A Dmargin.c432 struct pci_cap *cap = pci_find_cap(dev, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_read_params()
/pciutils/lib/
H A Dcaps.c64 if (!pci_find_cap(d, PCI_CAP_ID_EXP, PCI_CAP_NORMAL)) in pci_scan_ext_caps()
H A Dheader.h206 #define PCI_CAP_ID_EXP 0x10 /* PCI Express */ macro
/pciutils/
H A Dls-caps.c1891 case PCI_CAP_ID_EXP: in show_caps()