Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
Dsgl.c34 struct hisi_acc_sgl_pool { struct
56 struct hisi_acc_sgl_pool *hisi_acc_create_sgl_pool(struct device *dev, in hisi_acc_create_sgl_pool() argument
60 struct hisi_acc_sgl_pool *pool; in hisi_acc_create_sgl_pool()
130 void hisi_acc_free_sgl_pool(struct device *dev, struct hisi_acc_sgl_pool *pool) in hisi_acc_free_sgl_pool()
148 static struct hisi_acc_hw_sgl *acc_get_sgl(struct hisi_acc_sgl_pool *pool, in acc_get_sgl()
199 struct hisi_acc_sgl_pool *pool, in hisi_acc_sg_buf_map_to_hw_sgl()
Dqm.h367 struct hisi_acc_sgl_pool;
369 struct scatterlist *sgl, struct hisi_acc_sgl_pool *pool,
373 struct hisi_acc_sgl_pool *hisi_acc_create_sgl_pool(struct device *dev,
376 struct hisi_acc_sgl_pool *pool);
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/
Dsec.h110 struct hisi_acc_sgl_pool *c_in_pool;
111 struct hisi_acc_sgl_pool *c_out_pool;
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
Dzip_crypto.c89 struct hisi_acc_sgl_pool *sgl_pool;
528 struct hisi_acc_sgl_pool *pool = qp_ctx->sgl_pool; in hisi_zip_do_work()