Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/
H A Dsgl.c57 struct hisi_acc_sgl_pool *hisi_acc_create_sgl_pool(struct device *dev, in hisi_acc_create_sgl_pool() function
131 EXPORT_SYMBOL_GPL(hisi_acc_create_sgl_pool);
/openbmc/linux/include/linux/
H A Dhisi_acc_qm.h540 struct hisi_acc_sgl_pool *hisi_acc_create_sgl_pool(struct device *dev,
/openbmc/linux/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c665 tmp->sgl_pool = hisi_acc_create_sgl_pool(dev, q_depth << 1, in hisi_zip_create_sgl_pool()
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c503 qp_ctx->c_in_pool = hisi_acc_create_sgl_pool(dev, q_depth, SEC_SGL_SGE_NR); in sec_alloc_qp_ctx_resource()
509 qp_ctx->c_out_pool = hisi_acc_create_sgl_pool(dev, q_depth, SEC_SGL_SGE_NR); in sec_alloc_qp_ctx_resource()