Searched refs:acpi_table_mcfg (Results 1 – 3 of 3) sorted by relevance
57 struct acpi_table_mcfg *mcfg; in early_pci_mcfg_parse()61 if (header->length < sizeof(struct acpi_table_mcfg)) in early_pci_mcfg_parse()64 n = (header->length - sizeof(struct acpi_table_mcfg)) / in early_pci_mcfg_parse()66 mcfg = (struct acpi_table_mcfg *)header; in early_pci_mcfg_parse()
294 struct acpi_table_mcfg *mcfg; in pci_mcfg_parse()299 if (header->length < sizeof(struct acpi_table_mcfg)) in pci_mcfg_parse()302 n = (header->length - sizeof(struct acpi_table_mcfg)) / in pci_mcfg_parse()304 mcfg = (struct acpi_table_mcfg *)header; in pci_mcfg_parse()
1461 struct acpi_table_mcfg { struct