Searched refs:crc64_nvme (Results 1 – 3 of 3) sorted by relevance
39 static inline u64 crc64_nvme(u64 crc, const void *p, size_t len) in crc64_nvme() function
446 return ~crc64_nvme(~crc, p, len); in crc64_nvme_wrapper()
213 return cpu_to_be64(crc64_nvme(crc, data, len)); in ext_pi_crc64()