summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/sgl.c
diff options
context:
space:
mode:
authorShukun Tan <tanshukun1@huawei.com>2019-09-30 09:08:53 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2019-10-10 14:36:31 +0200
commitf081fda293ffba54216a7dab66faba7275475006 (patch)
treeecdb02de6e885252050d5176737591bb7445508b /drivers/crypto/hisilicon/sgl.c
parentcrypto: hisilicon - merge sgl support to hisi_qm module (diff)
downloadlinux-f081fda293ffba54216a7dab66faba7275475006.tar.xz
linux-f081fda293ffba54216a7dab66faba7275475006.zip
crypto: hisilicon - add sgl_sge_nr module param for zip
Add a module parameter for zip driver to set the number of SGE in one SGL. Signed-off-by: Shukun Tan <tanshukun1@huawei.com> Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/hisilicon/sgl.c')
-rw-r--r--drivers/crypto/hisilicon/sgl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/hisilicon/sgl.c b/drivers/crypto/hisilicon/sgl.c
index 81a9040f09b8..f71de0d9882b 100644
--- a/drivers/crypto/hisilicon/sgl.c
+++ b/drivers/crypto/hisilicon/sgl.c
@@ -3,9 +3,9 @@
#include <linux/dma-mapping.h>
#include <linux/module.h>
#include <linux/slab.h>
+#include "qm.h"
#define HISI_ACC_SGL_SGE_NR_MIN 1
-#define HISI_ACC_SGL_SGE_NR_MAX 255
#define HISI_ACC_SGL_NR_MAX 256
#define HISI_ACC_SGL_ALIGN_SIZE 64