Searched refs:teststore (Results 1 – 1 of 1) sorted by relevance
1150 uint32_t teststore; in ioat_copy_crc() local1166 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() local1245 teststore = (flags & _DMA_CRC_TESTSTORE); in ioat_crc()1246 if (teststore == _DMA_CRC_TESTSTORE) { in ioat_crc()1256 switch (teststore) { in ioat_crc()[all …]