Searched refs:Pcie (Results 1 – 2 of 2) sorted by relevance
1371 ACPI_SDEV_PCIE *Pcie = NULL; in DtCompileSdev() local1408 Pcie = ACPI_CAST_PTR (ACPI_SDEV_PCIE, Subtable->Buffer); in DtCompileSdev()1513 Pcie->PathOffset = sizeof (ACPI_SDEV_PCIE); in DtCompileSdev()1514 Pcie->PathLength = (UINT16) in DtCompileSdev()1519 Pcie->VendorDataLength = 0; in DtCompileSdev()1520 Pcie->VendorDataOffset = 0; in DtCompileSdev()1536 Pcie->VendorDataOffset = in DtCompileSdev()1537 Pcie->PathOffset + Pcie->PathLength; in DtCompileSdev()1538 Pcie->VendorDataLength = (UINT16) in DtCompileSdev()1545 Pcie->PathLength + Pcie->VendorDataLength; in DtCompileSdev()
1935 ACPI_SDEV_PCIE *Pcie; in AcpiDmDumpSdev() local2037 Pcie = ACPI_CAST_PTR (ACPI_SDEV_PCIE, Subtable); in AcpiDmDumpSdev()2038 PathOffset = Pcie->PathOffset; in AcpiDmDumpSdev()2039 PathLength = Pcie->PathLength; in AcpiDmDumpSdev()2045 ACPI_ADD_PTR (UINT8, Pcie, PathOffset), in AcpiDmDumpSdev()2058 VendorDataLength = Pcie->VendorDataLength; in AcpiDmDumpSdev()2059 VendorDataOffset = Pcie->PathOffset + Pcie->PathLength; in AcpiDmDumpSdev()2064 ACPI_ADD_PTR (UINT8, Pcie, VendorDataOffset), in AcpiDmDumpSdev()