Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/hisilicon/
Dsgl.c141 void hisi_acc_free_sgl_pool(struct device *dev, struct hisi_acc_sgl_pool *pool) in hisi_acc_free_sgl_pool() function
157 EXPORT_SYMBOL_GPL(hisi_acc_free_sgl_pool);
/Linux-v6.1/drivers/crypto/hisilicon/zip/
Dzip_crypto.c677 hisi_acc_free_sgl_pool(&ctx->qp_ctx[HZIP_QPC_COMP].qp->qm->pdev->dev, in hisi_zip_create_sgl_pool()
687 hisi_acc_free_sgl_pool(&ctx->qp_ctx[i].qp->qm->pdev->dev, in hisi_zip_release_sgl_pool()
/Linux-v6.1/include/linux/
Dhisi_acc_qm.h496 void hisi_acc_free_sgl_pool(struct device *dev,
/Linux-v6.1/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c521 hisi_acc_free_sgl_pool(dev, qp_ctx->c_out_pool); in sec_alloc_qp_ctx_resource()
523 hisi_acc_free_sgl_pool(dev, qp_ctx->c_in_pool); in sec_alloc_qp_ctx_resource()
536 hisi_acc_free_sgl_pool(dev, qp_ctx->c_out_pool); in sec_free_qp_ctx_resource()
537 hisi_acc_free_sgl_pool(dev, qp_ctx->c_in_pool); in sec_free_qp_ctx_resource()