Searched defs:ecap (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/amd64/vmm/intel/ | ||
H A D | vtd.c | 69 #define VTD_ECAP_DI(ecap) (((ecap) >> 2) & 0x1) argument |
/freebsd-src/usr.sbin/pciconf/ | ||
H A D | cap.c | 1245 uint32_t ecap; in list_ecaps() local |
/freebsd-src/sys/dev/pci/ | ||
H A D | pcireg.h | 163 #define PCI_EXTCAP_ID(ecap) ((ecap) & PCIM_EXTCAP_ID) argument |
H A D | pci.c | 1600 uint32_t ecap; pci_find_extcap_method() local |