Lines Matching defs:header
77 static int cxl_parse_cxims(union acpi_subtable_headers *header, void *arg,
80 struct acpi_cedt_cxims *cxims = (struct acpi_cedt_cxims *)header;
173 if (cfmws->header.length < expected_len) {
175 cfmws->header.length, expected_len);
179 if (cfmws->header.length > expected_len)
181 cfmws->header.length, expected_len);
303 static int cxl_parse_cfmws(union acpi_subtable_headers *header, void *arg,
306 struct acpi_cedt_cfmws *cfmws = (struct acpi_cedt_cfmws *)header;
347 static int cxl_get_chbs_iter(union acpi_subtable_headers *header, void *arg,
356 chbs = (struct acpi_cedt_chbs *) header;