Lines Matching +full:class +full:- +full:rev
4 * SPDX-License-Identifier: Apache-2.0
32 { PCI_CAP_ID_PCIX, "PCI-X" },
34 { PCI_CAP_ID_VNDR, "Vendor-Specific" },
37 { PCI_CAP_ID_SHPC, "PCI Standard Hot-Plug Controller" },
42 { PCI_CAP_ID_MSIX, "MSI-X" },
58 { PCIE_EXT_CAP_ID_MFVC, "Multi-Function VC Capability" },
61 { PCIE_EXT_CAP_ID_VNDR, "Vendor-Specific Extended Capability" },
62 { PCIE_EXT_CAP_ID_CAC, "Config Access Correlation - obsolete" },
64 { PCIE_EXT_CAP_ID_ARI, "Alternate Routing-ID Interpretation" },
81 { PCIE_EXT_CAP_ID_DVSEC, "Designated Vendor-Specific Extended Capability" },
104 (data & PCIE_MSI_MCR_64) ? ", 64-bit" : "", in show_msi()
121 " MSI-X support%s table size %d\n", in show_msi()
157 bar - PCIE_CONF_BAR0, in show_bars()
159 PCIE_CONF_BAR_64(data) ? ", 64-bit" : ""); in show_bars()
182 while (cap_id2str->str != NULL) { in show_capabilities()
183 base = pcie_get_cap(bdf, cap_id2str->id); in show_capabilities()
186 " %s\n", cap_id2str->str); in show_capabilities()
195 while (cap_id2str->str != NULL) { in show_capabilities()
196 base = pcie_get_ext_cap(bdf, cap_id2str->id); in show_capabilities()
199 " %s\n", cap_id2str->str); in show_capabilities()
233 " VC %d - PA Cap 0x%x, RST %u," in show_vc()
308 "class %x subclass %x prog i/f %x rev %x", in show()
348 show(data->sh, bdf, false, data->dump); in scan_cb()
380 return -EINVAL; in cmd_pcie_ls()