Lines Matching refs:seq_id
1027 iommu->seq_id = find_first_zero_bit(dmar_seq_ids,
1029 if (iommu->seq_id >= DMAR_UNITS_SUPPORTED) {
1030 iommu->seq_id = -1;
1032 set_bit(iommu->seq_id, dmar_seq_ids);
1033 sprintf(iommu->name, "dmar%d", iommu->seq_id);
1036 return iommu->seq_id;
1041 if (iommu->seq_id >= 0) {
1042 clear_bit(iommu->seq_id, dmar_seq_ids);
1043 iommu->seq_id = -1;
1065 pr_err("Failed to allocate seq_id\n");
1086 pr_err("Cannot get a valid agaw for iommu (seq_id = %d)\n",
1087 iommu->seq_id);
1094 pr_err("Cannot get a valid max agaw for iommu (seq_id = %d)\n",
1095 iommu->seq_id);
1953 irq = dmar_alloc_hwirq(iommu->seq_id, iommu->node, iommu);