Searched refs:PCI_CAP_ID_EXP (Results 1 – 6 of 6) sorted by relevance
| /pciutils/lmr/ |
| H A D | margin_hw.c | 40 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 D | margin_args.c | 279 struct pci_cap *cap = pci_find_cap(down, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_parse_util_args()
|
| H A D | margin.c | 432 struct pci_cap *cap = pci_find_cap(dev, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_read_params()
|
| /pciutils/lib/ |
| H A D | caps.c | 64 if (!pci_find_cap(d, PCI_CAP_ID_EXP, PCI_CAP_NORMAL)) in pci_scan_ext_caps()
|
| H A D | header.h | 206 #define PCI_CAP_ID_EXP 0x10 /* PCI Express */ macro
|
| /pciutils/ |
| H A D | ls-caps.c | 1891 case PCI_CAP_ID_EXP: in show_caps()
|