Searched refs:teststore (Results 1 – 1 of 1) sorted by relevance
1033 uint32_t teststore; in ioat_copy_crc() local1049 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() local1128 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 …]