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