Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mic/scif/
Dscif_rma.h71 #define SCIF_IOVA_PFN(addr) ((addr) >> PAGE_SHIFT) macro
72 #define SCIF_DMA_64BIT_PFN SCIF_IOVA_PFN(DMA_BIT_MASK(64))
73 #define SCIF_DMA_63BIT_PFN SCIF_IOVA_PFN(DMA_BIT_MASK(63))
Dscif_rma.c1018 page_index = SCIF_IOVA_PFN(offset); in scif_get_window_offset()