Home
last modified time | relevance | path

Searched refs:PCI_EXTCAP_ID (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/pciconf/
H A Dcap.c1254 printf(" ecap %04x[%03x] = ", PCI_EXTCAP_ID(ecap), ptr); in list_ecaps()
1255 switch (PCI_EXTCAP_ID(ecap)) { in list_ecaps()
1280 if (ecap_names[i].id == PCI_EXTCAP_ID(ecap)) { in list_ecaps()
1340 if (PCI_EXTCAP_ID(ecap) == id) in pcie_find_cap()
/freebsd/sys/dev/pci/
H A Dpcireg.h163 #define PCI_EXTCAP_ID(ecap) ((ecap) & PCIM_EXTCAP_ID) macro
H A Dpci.c1604 if (PCI_EXTCAP_ID(ecap) == capability) { in pci_find_extcap_method()
1637 KASSERT(PCI_EXTCAP_ID(ecap) == capability, in pci_find_next_extcap_method()
1642 if (PCI_EXTCAP_ID(ecap) == capability) { in pci_find_next_extcap_method()