Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/hisilicon/
Dsgl.c65 if (!dev || !count || !sge_nr || sge_nr > HISI_ACC_SGL_SGE_NR_MAX) in hisi_acc_create_sgl_pool()
/linux-6.12.1/include/linux/
Dhisi_acc_qm.h92 #define HISI_ACC_SGL_SGE_NR_MAX 255 macro
/linux-6.12.1/drivers/crypto/hisilicon/zip/
Dzip_crypto.c96 if (ret || n == 0 || n > HISI_ACC_SGL_SGE_NR_MAX) in sgl_sge_nr_set()