We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6621e64 commit c31dc9fCopy full SHA for c31dc9f
drivers/crypto/hisilicon/hpre/hpre_main.c
@@ -84,6 +84,8 @@
84
#define HPRE_OOO_ECC_2BIT_ERR BIT(5)
85
86
#define HPRE_VIA_MSI_DSM 1
87
+#define HPRE_SQE_MASK_OFFSET 8
88
+#define HPRE_SQE_MASK_LEN 24
89
90
static struct hisi_qm_list hpre_devices;
91
static const char hpre_name[] = "hisi_hpre";
@@ -683,6 +685,8 @@ static int hpre_debugfs_init(struct hpre *hpre)
683
685
684
686
dir = debugfs_create_dir(dev_name(dev), hpre_debugfs_root);
687
qm->debug.debug_root = dir;
688
+ qm->debug.sqe_mask_offset = HPRE_SQE_MASK_OFFSET;
689
+ qm->debug.sqe_mask_len = HPRE_SQE_MASK_LEN;
690
691
ret = hisi_qm_debug_init(qm);
692
if (ret)
0 commit comments