Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dscif.h84 SCIF_RMA_USECACHE = (1 << 1), enumerator
/Linux-v4.19/drivers/misc/mic/scif/
Dscif_dma.c313 return !!(flags & SCIF_RMA_USECACHE); in scif_is_set_reg_cache()
1676 if (flags && !(flags & (SCIF_RMA_USECPU | SCIF_RMA_USECACHE | in scif_rma_copy()
1910 flags &= ~SCIF_RMA_USECACHE; in scif_vreadfrom()
1941 flags &= ~SCIF_RMA_USECACHE; in scif_vwriteto()