Lines Matching refs:seq_id
1033 iommu->seq_id = find_first_zero_bit(dmar_seq_ids, in dmar_alloc_seq_id()
1035 if (iommu->seq_id >= DMAR_UNITS_SUPPORTED) { in dmar_alloc_seq_id()
1036 iommu->seq_id = -1; in dmar_alloc_seq_id()
1038 set_bit(iommu->seq_id, dmar_seq_ids); in dmar_alloc_seq_id()
1039 sprintf(iommu->name, "dmar%d", iommu->seq_id); in dmar_alloc_seq_id()
1042 return iommu->seq_id; in dmar_alloc_seq_id()
1047 if (iommu->seq_id >= 0) { in dmar_free_seq_id()
1048 clear_bit(iommu->seq_id, dmar_seq_ids); in dmar_free_seq_id()
1049 iommu->seq_id = -1; in dmar_free_seq_id()
1094 iommu->seq_id); in alloc_iommu()
1102 iommu->seq_id); in alloc_iommu()
2075 irq = dmar_alloc_hwirq(iommu->seq_id, iommu->node, iommu); in dmar_set_interrupt()