Searched defs:ecap (Results 1 – 4 of 4) sorted by relevance
69 #define VTD_ECAP_DI(ecap) (((ecap) >> 2) & 0x1) argument70 #define VTD_ECAP_COHERENCY(ecap) ((ecap) & 0x1) argument71 #define VTD_ECAP_IRO(ecap) (((ecap) >> 8) & 0x3FF) argument
1130 uint32_t ecap; list_ecaps() local 1217 uint32_t ecap; pcie_find_cap() local [all...]
163 #define PCI_EXTCAP_ID(ecap) ((ecap) & PCIM_EXTCAP_ID) argument164 #define PCI_EXTCAP_VER(ecap) (((ecap) & PCIM_EXTCAP_VER) >> 16) argument165 #define PCI_EXTCAP_NEXTPTR(ecap) (((ecap) & PCIM_EXTCAP_NEXTPTR) >> 20) argument
1620 uint32_t ecap; in pci_find_extcap_method() local1657 uint32_t ecap; in pci_find_next_extcap_method() local