Lines Matching refs:crc_variant
41 struct crc_variant { struct
61 static u64 crc_mask(const struct crc_variant *v) in crc_mask() argument
67 static u64 crc_ref(const struct crc_variant *v, in crc_ref()
115 static u64 generate_random_initial_crc(const struct crc_variant *v) in generate_random_initial_crc()
147 static void crc_main_test(struct kunit *test, const struct crc_variant *v) in crc_main_test()
192 static void crc_combine_test(struct kunit *test, const struct crc_variant *v) in crc_combine_test()
213 static void crc_test(struct kunit *test, const struct crc_variant *v) in crc_test()
269 static const struct crc_variant crc_variant_crc7_be = {
292 static const struct crc_variant crc_variant_crc16 = {
316 static const struct crc_variant crc_variant_crc_t10dif = {
345 static const struct crc_variant crc_variant_crc32_le = {
370 static const struct crc_variant crc_variant_crc32_be = {
399 static const struct crc_variant crc_variant_crc32c = {
424 static const struct crc_variant crc_variant_crc64_be = {
449 static const struct crc_variant crc_variant_crc64_nvme = {