Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dt10-pi.h51 extern const struct blk_integrity_profile t10_pi_type1_crc;
/openbmc/linux/drivers/scsi/
H A Dsd_dif.c61 bi.profile = &t10_pi_type1_crc; in sd_dif_config_host()
/openbmc/linux/block/
H A Dt10-pi.c247 const struct blk_integrity_profile t10_pi_type1_crc = { variable
254 EXPORT_SYMBOL(t10_pi_type1_crc);
/openbmc/linux/drivers/nvme/target/
H A Dio-cmd-bdev.c65 if (bi->profile == &t10_pi_type1_crc) in nvmet_bdev_ns_enable_integrity()
/openbmc/linux/drivers/nvme/host/
H A Dcore.c1676 integrity.profile = &t10_pi_type1_crc; in nvme_init_integrity()