Searched refs:pathremaining (Results 1 – 1 of 1) sorted by relevance
180 int i, remaining, pathremaining; in vtd_device_scope() local220 pathremaining = device_scope->Length - sizeof(ACPI_DMAR_DEVICE_SCOPE); in vtd_device_scope()221 while (pathremaining >= sizeof(ACPI_DMAR_PCI_PATH)) { in vtd_device_scope()222 path = (ACPI_DMAR_PCI_PATH *)(pathend - pathremaining); in vtd_device_scope()223 pathremaining -= sizeof(ACPI_DMAR_PCI_PATH); in vtd_device_scope()