diff options
| author | Zhushuai Yin <yinzhushuai@huawei.com> | 2025-08-30 18:27:57 +0800 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-09-06 15:57:23 +0800 |
| commit | 886d6981208263b55a1eb8b39c5d00db1544b9bb (patch) | |
| tree | 364ad4dae7a9caf6ab5dfd9e23d63924385d51e9 /include/linux | |
| parent | cf79ed6aacd3f7486972efda15a7d03d03ac274e (diff) | |
| download | linux-886d6981208263b55a1eb8b39c5d00db1544b9bb.tar.gz linux-886d6981208263b55a1eb8b39c5d00db1544b9bb.zip | |
crypto: hisilicon/zip - add hashjoin, gather, and UDMA data move features
The new version of the hisilicon zip driver supports the hash join
and gather features, as well as the data move feature (UDMA),
including data copying and memory initialization functions.These
features are registered to the uacce subsystem.
Signed-off-by: Zhushuai Yin <yinzhushuai@huawei.com>
Signed-off-by: Chenghai Huang <huangchenghai2@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/hisi_acc_qm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hisi_acc_qm.h b/include/linux/hisi_acc_qm.h index 0c4c84b8c3be..f2254ddc327c 100644 --- a/include/linux/hisi_acc_qm.h +++ b/include/linux/hisi_acc_qm.h @@ -125,6 +125,7 @@ enum qm_hw_ver { QM_HW_V2 = 0x21, QM_HW_V3 = 0x30, QM_HW_V4 = 0x50, + QM_HW_V5 = 0x51, }; enum qm_fun_type { |
