Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/caam/
A Dregs.h220 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()
A Djr.c226 if (jr_outentry_desc(jrp->outring, hw_idx) == in caam_jr_dequeue()
235 caam_dma_to_cpu(jr_outentry_desc(jrp->outring, in caam_jr_dequeue()
247 userstatus = caam32_to_cpu(jr_outentry_jrstatus(jrp->outring, in caam_jr_dequeue()
454 jrp->outring = dmam_alloc_coherent(dev, SIZEOF_JR_OUTENTRY * in caam_jr_init()
457 if (!jrp->outring) in caam_jr_init()
A Dintern.h72 void *outring; /* Base of output ring, DMA-safe */ member

Completed in 11 milliseconds