Lines Matching refs:seq_id
1055 iommu->seq_id = ida_alloc_range(&dmar_seq_ids, 0,
1057 if (iommu->seq_id < 0) {
1058 pr_err("Failed to allocate seq_id\n");
1059 err = iommu->seq_id;
1062 sprintf(iommu->name, "dmar%d", iommu->seq_id);
1081 pr_err("Cannot get a valid agaw for iommu (seq_id = %d)\n",
1082 iommu->seq_id);
1089 pr_err("Cannot get a valid max agaw for iommu (seq_id = %d)\n",
1090 iommu->seq_id);
1119 pr_debug("Cannot alloc PMU for iommu (seq_id = %d)\n", iommu->seq_id);
1160 ida_free(&dmar_seq_ids, iommu->seq_id);
1196 ida_free(&dmar_seq_ids, iommu->seq_id);
2087 irq = dmar_alloc_hwirq(iommu->seq_id, iommu->node, iommu);