Home
last modified time | relevance | path

Searched defs:ecap (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/usr.sbin/pciconf/
H A Dcap.c667 uint32_t ecap; in list_ecaps() local
773 uint32_t ecap; in pcie_find_cap() local
/dflybsd-src/sys/bus/pci/
H A Dpcireg.h147 #define PCI_EXTCAP_ID(ecap) ((ecap) & PCIM_EXTCAP_ID) argument
148 #define PCI_EXTCAP_VER(ecap) (((ecap) & PCIM_EXTCAP_VER) >> 16) argument
149 #define PCI_EXTCAP_NEXTPTR(ecap) (((ecap) & PCIM_EXTCAP_NEXTPTR) >> 20) argument