Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dt10-pi.h53 extern const struct blk_integrity_profile t10_pi_type3_crc;
/openbmc/linux/drivers/scsi/
H A Dsd_dif.c59 bi.profile = &t10_pi_type3_crc; in sd_dif_config_host()
/openbmc/linux/block/
H A Dt10-pi.c265 const struct blk_integrity_profile t10_pi_type3_crc = { variable
272 EXPORT_SYMBOL(t10_pi_type3_crc);
/openbmc/linux/drivers/nvme/target/
H A Dio-cmd-bdev.c67 else if (bi->profile == &t10_pi_type3_crc) in nvmet_bdev_ns_enable_integrity()
/openbmc/linux/drivers/nvme/host/
H A Dcore.c1658 integrity.profile = &t10_pi_type3_crc; in nvme_init_integrity()