Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dcrc-t10dif.c86 __u16 crc_t10dif(const unsigned char *buffer, size_t len) in crc_t10dif() function
90 EXPORT_SYMBOL(crc_t10dif);
/openbmc/linux/include/linux/
H A Dcrc-t10dif.h13 extern __u16 crc_t10dif(unsigned char const *, size_t);
/openbmc/linux/block/
H A Dt10-pi.c19 return cpu_to_be16(crc_t10dif(data, len)); in t10_pi_crc_fn()
/openbmc/linux/drivers/target/
H A Dtarget_core_sbc.c1194 crc = crc_t10dif(daddr + offset, avail); in sbc_dif_generate()
1363 crc = crc_t10dif(daddr + dsg_off, avail); in sbc_dif_verify()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c2657 crc = crc_t10dif(data, count); in lpfc_bg_crc()
/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c3100 csum = cpu_to_be16(crc_t10dif(buf, len)); in dif_compute_csum()