Home
last modified time | relevance | path

Searched refs:T10_PI_TYPE2_PROTECTION (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dt10-pi.h24 T10_PI_TYPE2_PROTECTION = 0x2, enumerator
/openbmc/linux/block/
H A Dt10-pi.c68 type == T10_PI_TYPE2_PROTECTION) { in t10_pi_verify()
/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c3123 if (sdebug_dif == T10_PI_TYPE2_PROTECTION && in dif_verify()
3332 if (sdebug_dif == T10_PI_TYPE2_PROTECTION && in resp_read_dt0()
3629 if (sdebug_dif == T10_PI_TYPE2_PROTECTION && in resp_write_dt0()
3745 if (sdebug_dif == T10_PI_TYPE2_PROTECTION && in resp_write_scat()
4058 if (sdebug_dif == T10_PI_TYPE2_PROTECTION && in resp_comp_write()
6837 case T10_PI_TYPE2_PROTECTION: in scsi_debug_init()
7781 case T10_PI_TYPE2_PROTECTION: in sdebug_driver_probe()
H A Dsd.c1251 if (protect && sdkp->protection_type == T10_PI_TYPE2_PROTECTION) { in sd_setup_read_write_cmnd()