Home
last modified time | relevance | path

Searched refs:hw_dst (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c48 struct hisi_acc_hw_sgl *hw_dst; member
234 req->hw_dst = hisi_acc_sg_buf_map_to_hw_sgl(dev, a_req->dst, pool, in hisi_zip_do_work()
237 if (IS_ERR(req->hw_dst)) { in hisi_zip_do_work()
238 ret = PTR_ERR(req->hw_dst); in hisi_zip_do_work()
261 hisi_acc_sg_buf_unmap(dev, a_req->dst, req->hw_dst); in hisi_zip_do_work()
307 hisi_acc_sg_buf_unmap(dev, acomp_req->dst, req->hw_dst); in hisi_zip_acomp_cb()
/linux/include/linux/
H A Datalk.h85 __u8 hw_dst[ETH_ALEN]; member