Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dkfifo.c309 static unsigned int setup_sgl_buf(struct __kfifo *fifo, struct scatterlist *sgl, in setup_sgl_buf() function
344 n = setup_sgl_buf(fifo, sgl, off, nents, len_to_end, dma); in setup_sgl()
345 n += setup_sgl_buf(fifo, sgl + n, 0, nents - n, len - len_to_end, dma); in setup_sgl()