Home
last modified time | relevance | path

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

/openbmc/linux/samples/kfifo/
H A Ddma-example.c63 nents = kfifo_dma_in_prepare(&fifo, sg, ARRAY_SIZE(sg), FIFO_SIZE); in example_init()
/openbmc/linux/drivers/crypto/caam/
H A Dcaamrng.c125 nents = kfifo_dma_in_prepare(&ctx->fifo, sg, ARRAY_SIZE(sg), in caam_rng_fill_async()
/openbmc/linux/include/linux/
H A Dkfifo.h718 #define kfifo_dma_in_prepare(fifo, sgl, nents, len) \ macro