Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/hdcrc/
H A Dhd_crc.h99 #define INTEL_CRC_SIZE 8 macro
123 #define INTEL_CRC_SIZE 4 macro
145 while (length >= INTEL_CRC_SIZE) { in intel_crc32c()
148 data += INTEL_CRC_SIZE; in intel_crc32c()
149 length -= INTEL_CRC_SIZE; in intel_crc32c()