Searched refs:DMA_CRC_INLINE (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ioat/
H A Dioat.h73 #define DMA_CRC_INLINE 0x20 macro
74 #define _DMA_CRC_FLAGS (DMA_CRC_STORE | DMA_CRC_TEST | DMA_CRC_INLINE)
216 * If flags include DMA_CRC_STORE and not DMA_CRC_INLINE, crcptr is written
219 * If flags include DMA_CRC_TEST and not DMA_CRC_INLINE, the computed CRC32C is
223 * If the DMA_CRC_INLINE flag is set, crcptr is ignored and the DMA engine uses
237 * If flags includes both DMA_CRC_STORE and DMA_CRC_INLINE, the computed CRC32C
H A Dioat.c1331 KASSERT(teststore != 0 || (flags & DMA_CRC_INLINE) == 0,
1354 if ((flags & DMA_CRC_INLINE) == 0) {
1401 KASSERT(teststore != 0 || (flags & DMA_CRC_INLINE) == 0,
1424 if ((flags & DMA_CRC_INLINE) == 0) {

Completed in 91 milliseconds