Lines Matching refs:crc_variant
40 struct crc_variant { struct
59 static u64 crc_mask(const struct crc_variant *v) in crc_mask() argument
65 static u64 crc_ref(const struct crc_variant *v, in crc_ref()
113 static u64 generate_random_initial_crc(const struct crc_variant *v) in generate_random_initial_crc()
145 static void crc_test(struct kunit *test, const struct crc_variant *v) in crc_test()
238 static const struct crc_variant crc_variant_crc7_be = {
261 static const struct crc_variant crc_variant_crc16 = {
285 static const struct crc_variant crc_variant_crc_t10dif = {
309 static const struct crc_variant crc_variant_crc32_le = {
333 static const struct crc_variant crc_variant_crc32_be = {
357 static const struct crc_variant crc_variant_crc32c = {
381 static const struct crc_variant crc_variant_crc64_be = {
406 static const struct crc_variant crc_variant_crc64_nvme = {