Home
last modified time | relevance | path

Searched refs:HISI_ACC_SGL_SGE_NR_MAX (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
Dsgl.c64 if (!dev || !count || !sge_nr || sge_nr > HISI_ACC_SGL_SGE_NR_MAX) in hisi_acc_create_sgl_pool()
Dqm.h83 #define HISI_ACC_SGL_SGE_NR_MAX 255 macro
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
Dzip_crypto.c107 if (ret || n == 0 || n > HISI_ACC_SGL_SGE_NR_MAX) in sgl_sge_nr_set()