From 2a953191ffb9d0a7b0a445f9c7f0a93032da003d Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Mon, 1 Jul 2024 09:22:55 -0500 Subject: [PATCH] add cqen for illustration --- iommu_ref_model/libiommu/src/iommu_command_queue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iommu_ref_model/libiommu/src/iommu_command_queue.c b/iommu_ref_model/libiommu/src/iommu_command_queue.c index 83c46621..feb33ff3 100644 --- a/iommu_ref_model/libiommu/src/iommu_command_queue.c +++ b/iommu_ref_model/libiommu/src/iommu_command_queue.c @@ -50,6 +50,7 @@ process_commands( // Sometimes the command queue may stall due to unavailability of internal // resources - e.g. ITAG trackers if ( (g_reg_file.cqcsr.cqon == 0) || + (g_reg_file.cqcsr.cqen == 0) || (g_reg_file.cqcsr.cqmf != 0) || (g_reg_file.cqcsr.cmd_ill != 0) || (g_reg_file.cqcsr.cmd_to != 0) ||