Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/hisilicon/
Dsgl.c35 struct hisi_acc_sgl_pool { struct
57 struct hisi_acc_sgl_pool *hisi_acc_create_sgl_pool(struct device *dev, in hisi_acc_create_sgl_pool() argument
61 struct hisi_acc_sgl_pool *pool; in hisi_acc_create_sgl_pool()
141 void hisi_acc_free_sgl_pool(struct device *dev, struct hisi_acc_sgl_pool *pool) in hisi_acc_free_sgl_pool()
159 static struct hisi_acc_hw_sgl *acc_get_sgl(struct hisi_acc_sgl_pool *pool, in acc_get_sgl()
223 struct hisi_acc_sgl_pool *pool, in hisi_acc_sg_buf_map_to_hw_sgl()
/linux-5.19.10/drivers/crypto/hisilicon/sec2/
Dsec.h124 struct hisi_acc_sgl_pool *c_in_pool;
125 struct hisi_acc_sgl_pool *c_out_pool;
/linux-5.19.10/include/linux/
Dhisi_acc_qm.h474 struct hisi_acc_sgl_pool;
476 struct scatterlist *sgl, struct hisi_acc_sgl_pool *pool,
480 struct hisi_acc_sgl_pool *hisi_acc_create_sgl_pool(struct device *dev,
483 struct hisi_acc_sgl_pool *pool);
/linux-5.19.10/drivers/crypto/hisilicon/zip/
Dzip_crypto.c90 struct hisi_acc_sgl_pool *sgl_pool;
333 struct hisi_acc_sgl_pool *pool = qp_ctx->sgl_pool; in hisi_zip_do_work()