Searched refs:teststore (Results 1 – 1 of 1) sorted by relevance
1337 uint32_t teststore; in ioat_copy_crc() local1347 teststore = (flags & _DMA_CRC_TESTSTORE); in ioat_copy_crc()1348 KASSERT(teststore != _DMA_CRC_TESTSTORE, in ioat_copy_crc()1350 KASSERT(teststore != 0 || (flags & DMA_CRC_INLINE) == 0, in ioat_copy_crc()1353 switch (teststore) { in ioat_copy_crc()1361 KASSERT(teststore == 0, ("bogus")); in ioat_copy_crc()1407 uint32_t teststore; in ioat_crc() local1417 teststore = (flags & _DMA_CRC_TESTSTORE); in ioat_crc()1418 KASSERT(teststore != _DMA_CRC_TESTSTORE, in ioat_crc()1420 KASSERT(teststore != 0 || (flags & DMA_CRC_INLINE) == 0, in ioat_crc()[all …]