Searched refs:DMA_CRC_STORE (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ioat/
H A Dioat.h60 #define DMA_CRC_STORE 0x8 macro
67 #define _DMA_CRC_TESTSTORE (DMA_CRC_STORE | DMA_CRC_TEST)
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
237 * If flags includes both DMA_CRC_STORE and DMA_CRC_INLINE, the computed CRC32C
H A Dioat_test.c330 NULL, crc, cb, tx, flags | DMA_CRC_STORE);
337 NULL, crc, cb, tx, flags | DMA_CRC_STORE);
H A Dioat.c1335 case DMA_CRC_STORE:
1405 case DMA_CRC_STORE:

Completed in 152 milliseconds