Home
last modified time | relevance | path

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

/linux-6.15/lib/tests/
H A Dcrc_kunit.c41 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()
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 = {
[all …]