Searched refs:kfifo_dma_in_prepare (Results 1 – 3 of 3) sorted by relevance
63 nents = kfifo_dma_in_prepare(&fifo, sg, ARRAY_SIZE(sg), FIFO_SIZE); in example_init()
123 nents = kfifo_dma_in_prepare(&ctx->fifo, sg, ARRAY_SIZE(sg), in caam_rng_fill_async()
718 #define kfifo_dma_in_prepare(fifo, sgl, nents, len) \ macro