Searched refs:crc64_nvme_generic (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/lib/ |
| H A D | crc64.c | 52 u64 crc64_nvme_generic(u64 crc, const u8 *p, size_t len) in crc64_nvme_generic() function 58 EXPORT_SYMBOL_GPL(crc64_nvme_generic);
|
| /linux-6.15/include/linux/ |
| H A D | crc64.h | 13 u64 crc64_nvme_generic(u64 crc, const u8 *p, size_t len); 43 return ~crc64_nvme_generic(~crc, p, len); in crc64_nvme()
|
| /linux-6.15/arch/riscv/lib/ |
| H A D | crc64.c | 29 return crc64_nvme_generic(crc, p, len); in crc64_nvme_arch()
|
| /linux-6.15/arch/x86/lib/ |
| H A D | crc64-glue.c | 29 return crc64_nvme_generic(crc, p, len); in crc64_nvme_arch()
|