Searched refs:outring (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/crypto/caam/ |
D | regs.h | 220 static inline void jr_outentry_get(void *outring, int hw_idx, dma_addr_t *desc, in jr_outentry_get() argument 228 } __packed *outentry = outring; in jr_outentry_get() 236 } __packed *outentry = outring; in jr_outentry_get() 245 static inline dma_addr_t jr_outentry_desc(void *outring, int hw_idx) in jr_outentry_desc() argument 250 jr_outentry_get(outring, hw_idx, &desc, &unused); in jr_outentry_desc() 255 static inline u32 jr_outentry_jrstatus(void *outring, int hw_idx) in jr_outentry_jrstatus() argument 260 jr_outentry_get(outring, hw_idx, &unused, &jrstatus); in jr_outentry_jrstatus()
|
D | jr.c | 285 if (jr_outentry_desc(jrp->outring, hw_idx) == in caam_jr_dequeue() 294 caam_dma_to_cpu(jr_outentry_desc(jrp->outring, in caam_jr_dequeue() 306 userstatus = caam32_to_cpu(jr_outentry_jrstatus(jrp->outring, in caam_jr_dequeue() 545 jrp->outring = dmam_alloc_coherent(dev, SIZEOF_JR_OUTENTRY * in caam_jr_init() 548 if (!jrp->outring) in caam_jr_init()
|
D | intern.h | 83 void *outring; /* Base of output ring, DMA-safe */ member
|