Home
last modified time | relevance | path

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

/freebsd-src/sys/amd64/vmm/intel/
H A Dvtd.c69 #define VTD_ECAP_DI(ecap) (((ecap) >> 2) & 0x1) argument
70 #define VTD_ECAP_COHERENCY(ecap) ((ecap) & 0x1) argument
71 #define VTD_ECAP_IRO(ecap) (((ecap) >> 8) & 0x3FF) argument
/freebsd-src/usr.sbin/pciconf/
H A Dcap.c1245 uint32_t ecap; in list_ecaps() local
1332 uint32_t ecap; in pcie_find_cap() local
/freebsd-src/sys/dev/pci/
H A Dpcireg.h163 #define PCI_EXTCAP_ID(ecap) ((ecap) & PCIM_EXTCAP_ID) argument
164 #define PCI_EXTCAP_VER(ecap) (((ecap) & PCIM_EXTCAP_VER) >> 16) argument
165 #define PCI_EXTCAP_NEXTPTR(ecap) (((ecap) & PCIM_EXTCAP_NEXTPTR) >> 20) argument
H A Dpci.c1600 uint32_t ecap; pci_find_extcap_method() local
1637 uint32_t ecap; pci_find_next_extcap_method() local
[all...]