Searched refs:crc_t10dif (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dcrc-t10dif.h13 extern __u16 crc_t10dif(unsigned char const *, size_t);
/linux-master/lib/
H A Dcrc-t10dif.c86 __u16 crc_t10dif(const unsigned char *buffer, size_t len) function
90 EXPORT_SYMBOL(crc_t10dif); variable
/linux-master/drivers/target/
H A Dtarget_core_sbc.c1194 crc = crc_t10dif(daddr + offset, avail);
1363 crc = crc_t10dif(daddr + dsg_off, avail);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_scsi.c2649 * using crc_t10dif.
2657 crc = crc_t10dif(data, count);
/linux-master/drivers/scsi/
H A Dscsi_debug.c3481 csum = cpu_to_be16(crc_t10dif(buf, len));

Completed in 180 milliseconds