Lines Matching defs:satc
3224 static struct dmar_satc_unit *dmar_find_satc(struct acpi_dmar_satc *satc)
3232 if (satc->segment != tmp->segment)
3234 if (satc->header.length != tmp->header.length)
3236 if (memcmp(satc, tmp, satc->header.length) == 0)
3245 struct acpi_dmar_satc *satc;
3251 satc = container_of(hdr, struct acpi_dmar_satc, header);
3252 satcu = dmar_find_satc(satc);
3262 satcu->atc_required = satc->flags & 0x1;
3263 satcu->devices = dmar_alloc_dev_scope((void *)(satc + 1),
3264 (void *)satc + satc->header.length,
3393 struct acpi_dmar_satc *satc;
3401 satc = container_of(satcu->hdr, struct acpi_dmar_satc, header);
3402 if (satc->segment != pci_domain_nr(dev->bus))
3478 struct acpi_dmar_satc *satc;
3520 satc = container_of(satcu->hdr, struct acpi_dmar_satc, header);
3522 ret = dmar_insert_dev_scope(info, (void *)(satc + 1),
3523 (void *)satc + satc->header.length,
3524 satc->segment, satcu->devices,
3531 if (dmar_remove_dev_scope(info, satc->segment,