Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ioat/
H A Dioat.c1150 uint32_t teststore; in ioat_copy_crc() local
1166 teststore = (flags & _DMA_CRC_TESTSTORE); in ioat_copy_crc()
1167 if (teststore == _DMA_CRC_TESTSTORE) { in ioat_copy_crc()
1171 if (teststore == 0 && (flags & DMA_CRC_INLINE) != 0) { in ioat_copy_crc()
1177 switch (teststore) { in ioat_copy_crc()
1185 KASSERT(teststore == 0, ("bogus")); in ioat_copy_crc()
1229 uint32_t teststore; in ioat_crc() local
1245 teststore = (flags & _DMA_CRC_TESTSTORE); in ioat_crc()
1246 if (teststore == _DMA_CRC_TESTSTORE) { in ioat_crc()
1256 switch (teststore) { in ioat_crc()
[all …]