Home
last modified time | relevance | path

Searched refs:hisi_acc_create_sgl_pool (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/crypto/hisilicon/
Dsgl.c57 struct hisi_acc_sgl_pool *hisi_acc_create_sgl_pool(struct device *dev, in hisi_acc_create_sgl_pool() function
132 EXPORT_SYMBOL_GPL(hisi_acc_create_sgl_pool);
/linux-5.19.10/include/linux/
Dhisi_acc_qm.h480 struct hisi_acc_sgl_pool *hisi_acc_create_sgl_pool(struct device *dev,
/linux-5.19.10/drivers/crypto/hisilicon/zip/
Dzip_crypto.c661 tmp->sgl_pool = hisi_acc_create_sgl_pool(dev, QM_Q_DEPTH << 1, in hisi_zip_create_sgl_pool()
/linux-5.19.10/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c494 qp_ctx->c_in_pool = hisi_acc_create_sgl_pool(dev, QM_Q_DEPTH, in sec_create_qp_ctx()
501 qp_ctx->c_out_pool = hisi_acc_create_sgl_pool(dev, QM_Q_DEPTH, in sec_create_qp_ctx()