Searched refs:hisi_acc_sg_buf_map_to_hw_sgl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/ |
H A D | sgl.c | 185 * hisi_acc_sg_buf_map_to_hw_sgl - Map a scatterlist to a hw sgl. 196 hisi_acc_sg_buf_map_to_hw_sgl(struct device *dev, in hisi_acc_sg_buf_map_to_hw_sgl() function 241 EXPORT_SYMBOL_GPL(hisi_acc_sg_buf_map_to_hw_sgl); variable
|
H A D | qm.h | 370 struct hisi_acc_hw_sgl *hisi_acc_sg_buf_map_to_hw_sgl(struct device *dev,
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/ |
H A D | sgl.c | 209 * hisi_acc_sg_buf_map_to_hw_sgl - Map a scatterlist to a hw sgl. 220 hisi_acc_sg_buf_map_to_hw_sgl(struct device *dev, in hisi_acc_sg_buf_map_to_hw_sgl() function 267 EXPORT_SYMBOL_GPL(hisi_acc_sg_buf_map_to_hw_sgl); variable
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/ |
H A D | zip_crypto.c | 537 req->hw_src = hisi_acc_sg_buf_map_to_hw_sgl(dev, a_req->src, pool, in hisi_zip_do_work() 546 req->hw_dst = hisi_acc_sg_buf_map_to_hw_sgl(dev, a_req->dst, pool, in hisi_zip_do_work()
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/zip/ |
H A D | zip_crypto.c | 347 req->hw_src = hisi_acc_sg_buf_map_to_hw_sgl(dev, a_req->src, pool, in hisi_zip_do_work() 355 req->hw_dst = hisi_acc_sg_buf_map_to_hw_sgl(dev, a_req->dst, pool, in hisi_zip_do_work()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hisi_acc_qm.h | 529 struct hisi_acc_hw_sgl *hisi_acc_sg_buf_map_to_hw_sgl(struct device *dev,
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/ |
H A D | sec_crypto.c | 772 c_req->c_in = hisi_acc_sg_buf_map_to_hw_sgl(dev, src, in sec_cipher_map() 786 c_req->c_out = hisi_acc_sg_buf_map_to_hw_sgl(dev, dst, in sec_cipher_map()
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/ |
H A D | sec_crypto.c | 1001 req->in = hisi_acc_sg_buf_map_to_hw_sgl(dev, src, in sec_cipher_map() 1022 c_req->c_out = hisi_acc_sg_buf_map_to_hw_sgl(dev, dst, in sec_cipher_map()
|
Completed in 12 milliseconds