Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ioat/
Dioat.c1033 uint32_t teststore; in ioat_copy_crc() local
1049 teststore = (flags & _DMA_CRC_TESTSTORE); in ioat_copy_crc()
1050 if (teststore == _DMA_CRC_TESTSTORE) { in ioat_copy_crc()
1054 if (teststore == 0 && (flags & DMA_CRC_INLINE) != 0) { in ioat_copy_crc()
1060 switch (teststore) { in ioat_copy_crc()
1068 KASSERT(teststore == 0, ("bogus")); in ioat_copy_crc()
1112 uint32_t teststore; in ioat_crc() local
1128 teststore = (flags & _DMA_CRC_TESTSTORE); in ioat_crc()
1129 if (teststore == _DMA_CRC_TESTSTORE) { in ioat_crc()
1133 if (teststore == 0 && (flags & DMA_CRC_INLINE) != 0) { in ioat_crc()
[all …]