Home
last modified time | relevance | path

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

/freebsd/sys/dev/ioat/
H A Dioat.h51 #define DMA_FENCE 0x4 macro
52 #define _DMA_GENERIC_FLAGS (DMA_INT_EN | DMA_NO_WAIT | DMA_FENCE)
H A Dioat.c1170 if ((flags & DMA_FENCE) != 0) in ioat_op_generic()