Home
last modified time | relevance | path

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

/pciutils/lmr/
H A Dmargin_hw.c107 struct pci_cap *lmr = pci_find_cap(dev, PCI_EXT_CAP_ID_LMR, PCI_CAP_EXTENDED); in margin_check_ready_bit()
118 .lmr_cap_addr = pci_find_cap(dev, PCI_EXT_CAP_ID_LMR, PCI_CAP_EXTENDED)->addr, in fill_dev_wrapper()
H A Dmargin_args.c82 if (pci_find_cap(p, PCI_EXT_CAP_ID_LMR, PCI_CAP_EXTENDED) && margin_port_is_down(p)) in find_ready_links()
/pciutils/
H A Dsetpci.c628 op->cap_type = PCI_CAP_EXTENDED; in parse_register()
653 op->cap_type = PCI_CAP_EXTENDED; in parse_register()
H A Dpcilmr.c29 if (pci_find_cap(p, PCI_EXT_CAP_ID_LMR, PCI_CAP_EXTENDED) && margin_port_is_down(p)) in scan_links()
/pciutils/lib/
H A Dcaps.c79 pci_add_cap(d, where, id, PCI_CAP_EXTENDED); in pci_scan_ext_caps()
H A Dpci.h258 #define PCI_CAP_EXTENDED 2 /* PCIe extended capabilities */ macro