Home
last modified time | relevance | path

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

/linux/lib/crc/tests/
H A Dcrc_kunit.c41 struct crc_variant { struct
60 static u64 crc_mask(const struct crc_variant *v) in crc_mask() argument
66 static u64 crc_ref(const struct crc_variant *v, in crc_ref()
114 static u64 generate_random_initial_crc(const struct crc_variant *v) in generate_random_initial_crc()
149 const struct crc_variant *v;
163 const struct crc_variant *v = state->v; in crc_irq_test_func()
177 const struct crc_variant *v) in crc_interrupt_context_test()
194 static void crc_test(struct kunit *test, const struct crc_variant *v) in crc_test()
282 static const struct crc_variant crc_variant_crc7_be = {
305 static const struct crc_variant crc_variant_crc16 = {
[all …]