Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/mic/scif/
Dscif_dma.c1853 while (len > SCIF_MAX_UNALIGNED_BUF_SIZE) { in scif_readfrom()
1855 SCIF_MAX_UNALIGNED_BUF_SIZE, in scif_readfrom()
1860 loffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()
1861 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()
1862 len -= SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()
1881 while (len > SCIF_MAX_UNALIGNED_BUF_SIZE) { in scif_writeto()
1883 SCIF_MAX_UNALIGNED_BUF_SIZE, in scif_writeto()
1888 loffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_writeto()
1889 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_writeto()
1890 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 + \