Home | History | Annotate | Download | only in common

Lines Matching refs:Pcie

2911     ACPI_SDEV_PCIE              *Pcie;
3022 /* Dump the PCIe device ID(s) */
3063 Pcie = ACPI_CAST_PTR (ACPI_SDEV_PCIE, Subtable);
3064 PathOffset = Pcie->PathOffset;
3065 PathLength = Pcie->PathLength;
3071 ACPI_ADD_PTR (UINT8, Pcie, PathOffset),
3084 VendorDataLength = Pcie->VendorDataLength;
3085 VendorDataOffset = Pcie->PathOffset + Pcie->PathLength;
3090 ACPI_ADD_PTR (UINT8, Pcie, VendorDataOffset),