Searched refs:device_scope (Results 1 – 1 of 1) sorted by relevance
188 ACPI_DMAR_DEVICE_SCOPE *device_scope; in vtd_device_scope() local208 device_scope = (ACPI_DMAR_DEVICE_SCOPE *)(end - remaining); in vtd_device_scope()209 remaining -= device_scope->Length; in vtd_device_scope()211 switch (device_scope->EntryType){ in vtd_device_scope()220 if (PCI_RID2BUS(rid) != device_scope->Bus) in vtd_device_scope()223 pathend = (char *)device_scope + device_scope->Length; in vtd_device_scope()224 pathremaining = device_scope->Length - sizeof(ACPI_DMAR_DEVICE_SCOPE); in vtd_device_scope()