Searched refs:hisi_acc_sgl_pool (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/crypto/hisilicon/ |
| D | sgl.h | 6 struct hisi_acc_sgl_pool { struct 17 struct hisi_acc_sgl_pool *pool, argument 21 int hisi_acc_create_sgl_pool(struct device *dev, struct hisi_acc_sgl_pool *pool, 23 void hisi_acc_free_sgl_pool(struct device *dev, struct hisi_acc_sgl_pool *pool);
|
| D | sgl.c | 68 struct hisi_acc_sgl_pool *pool, u32 count) in hisi_acc_create_sgl_pool() 99 void hisi_acc_free_sgl_pool(struct device *dev, struct hisi_acc_sgl_pool *pool) in hisi_acc_free_sgl_pool() 102 memset(pool, 0, sizeof(struct hisi_acc_sgl_pool)); in hisi_acc_free_sgl_pool() 106 struct hisi_acc_hw_sgl *acc_get_sgl(struct hisi_acc_sgl_pool *pool, u32 index, in acc_get_sgl() 116 void acc_put_sgl(struct hisi_acc_sgl_pool *pool, u32 index) {} in acc_put_sgl() 149 struct hisi_acc_sgl_pool *pool, in hisi_acc_sg_buf_map_to_hw_sgl()
|
| /Linux-v5.4/drivers/crypto/hisilicon/zip/ |
| D | zip_crypto.c | 70 struct hisi_acc_sgl_pool sgl_pool; 515 struct hisi_acc_sgl_pool *pool = &qp_ctx->sgl_pool; in hisi_zip_do_work()
|