Home
last modified time | relevance | path

Searched refs:caam_drv_req (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/crypto/caam/
Dqi.h52 struct caam_drv_req;
60 typedef void (*caam_qi_cbk)(struct caam_drv_req *drv_req, u32 status);
111 struct caam_drv_req { struct
147 int caam_qi_enqueue(struct device *qidev, struct caam_drv_req *req);
Dqi.c105 int caam_qi_enqueue(struct device *qidev, struct caam_drv_req *req) in caam_qi_enqueue()
143 struct caam_drv_req *drv_req; in caam_fq_ern_cb()
153 drv_req = (struct caam_drv_req *)phys_to_virt(qm_fd_addr_get64(fd)); in caam_fq_ern_cb()
572 struct caam_drv_req *drv_req; in caam_rsp_fq_dqrr_cb()
597 drv_req = (struct caam_drv_req *)phys_to_virt(qm_fd_addr_get64(fd)); in caam_rsp_fq_dqrr_cb()
Dcaamalg_qi.c739 struct caam_drv_req drv_req;
759 struct caam_drv_req drv_req;
850 static void aead_done(struct caam_drv_req *drv_req, u32 status) in aead_done()
1141 static void ablkcipher_done(struct caam_drv_req *drv_req, u32 status) in ablkcipher_done()