Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_dma.c1832 while (len > SCIF_MAX_UNALIGNED_BUF_SIZE) { in scif_readfrom()
1834 SCIF_MAX_UNALIGNED_BUF_SIZE, in scif_readfrom()
1839 loffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()
1840 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()
1841 len -= SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()
1860 while (len > SCIF_MAX_UNALIGNED_BUF_SIZE) { in scif_writeto()
1862 SCIF_MAX_UNALIGNED_BUF_SIZE, in scif_writeto()
1867 loffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_writeto()
1868 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_writeto()
1869 len -= SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_writeto()
[all …]
Dscif_rma.h66 #define SCIF_MAX_UNALIGNED_BUF_SIZE (1024 * 1024ULL) macro
67 #define SCIF_KMEM_UNALIGNED_BUF_SIZE (SCIF_MAX_UNALIGNED_BUF_SIZE + \