Home
last modified time | relevance | path

Searched refs:DMA_INT_EN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ioat/
H A Dioat.h40 #define DMA_INT_EN 0x1 macro
52 #define _DMA_GENERIC_FLAGS (DMA_INT_EN | DMA_NO_WAIT | DMA_FENCE)
H A Dioat_test.c285 flags = DMA_INT_EN; in ioat_test_submit_1_tx()
H A Dioat.c1168 if ((flags & DMA_INT_EN) != 0) in ioat_op_generic()