Lines Matching defs:crc
67 static u64 crc_ref(const struct crc_variant *v, in crc_ref()
222 u64 (*crc_func)(u64 crc, const u8 *p, size_t len)) in crc_benchmark()
233 volatile u64 crc = 0; in crc_benchmark() local
260 static u64 crc7_be_wrapper(u64 crc, const u8 *p, size_t len) in crc7_be_wrapper()
287 static u64 crc16_wrapper(u64 crc, const u8 *p, size_t len) in crc16_wrapper()
311 static u64 crc_t10dif_wrapper(u64 crc, const u8 *p, size_t len) in crc_t10dif_wrapper()
335 static u64 crc32_le_wrapper(u64 crc, const u8 *p, size_t len) in crc32_le_wrapper()
365 static u64 crc32_be_wrapper(u64 crc, const u8 *p, size_t len) in crc32_be_wrapper()
389 static u64 crc32c_wrapper(u64 crc, const u8 *p, size_t len) in crc32c_wrapper()
419 static u64 crc64_be_wrapper(u64 crc, const u8 *p, size_t len) in crc64_be_wrapper()
443 static u64 crc64_nvme_wrapper(u64 crc, const u8 *p, size_t len) in crc64_nvme_wrapper()