pi_prot_type      530 drivers/target/target_core_configfs.c DEF_CONFIGFS_ATTRIB_SHOW(pi_prot_type);
pi_prot_type      784 drivers/target/target_core_configfs.c 	int old_prot = da->pi_prot_type, ret;
pi_prot_type      824 drivers/target/target_core_configfs.c 	da->pi_prot_type = flag;
pi_prot_type      829 drivers/target/target_core_configfs.c 			da->pi_prot_type = old_prot;
pi_prot_type      830 drivers/target/target_core_configfs.c 			da->pi_prot_verify = (bool) da->pi_prot_type;
pi_prot_type      838 drivers/target/target_core_configfs.c 	da->pi_prot_verify = (bool) da->pi_prot_type;
pi_prot_type      907 drivers/target/target_core_configfs.c 	if (!da->pi_prot_type) {
pi_prot_type     1127 drivers/target/target_core_configfs.c CONFIGFS_ATTR(, pi_prot_type);
pi_prot_type      777 drivers/target/target_core_device.c 	dev->dev_attrib.pi_prot_type = TARGET_DIF_TYPE0_PROT;
pi_prot_type      554 drivers/target/target_core_file.c 	if (cmd->se_dev->dev_attrib.pi_prot_type) {
pi_prot_type      609 drivers/target/target_core_file.c 		if (cmd->prot_type && dev->dev_attrib.pi_prot_type) {
pi_prot_type      620 drivers/target/target_core_file.c 		if (ret > 0 && cmd->prot_type && dev->dev_attrib.pi_prot_type &&
pi_prot_type      631 drivers/target/target_core_file.c 		if (cmd->prot_type && dev->dev_attrib.pi_prot_type &&
pi_prot_type      662 drivers/target/target_core_file.c 		if (ret > 0 && cmd->prot_type && dev->dev_attrib.pi_prot_type) {
pi_prot_type      878 drivers/target/target_core_file.c 	if (!dev->dev_attrib.pi_prot_type) {
pi_prot_type      142 drivers/target/target_core_iblock.c 			dev->dev_attrib.pi_prot_type = TARGET_DIF_TYPE3_PROT;
pi_prot_type      144 drivers/target/target_core_iblock.c 			dev->dev_attrib.pi_prot_type = TARGET_DIF_TYPE1_PROT;
pi_prot_type      147 drivers/target/target_core_iblock.c 		if (dev->dev_attrib.pi_prot_type) {
pi_prot_type      156 drivers/target/target_core_iblock.c 		dev->dev_attrib.hw_pi_prot_type = dev->dev_attrib.pi_prot_type;
pi_prot_type      734 drivers/target/target_core_iblock.c 	if (cmd->prot_type && dev->dev_attrib.pi_prot_type)
pi_prot_type      747 drivers/target/target_core_iblock.c 			if (cmd->prot_type && dev->dev_attrib.pi_prot_type) {
pi_prot_type      773 drivers/target/target_core_iblock.c 	if (cmd->prot_type && dev->dev_attrib.pi_prot_type) {
pi_prot_type      453 drivers/target/target_core_rd.c 	if (cmd->prot_type && se_dev->dev_attrib.pi_prot_type &&
pi_prot_type      521 drivers/target/target_core_rd.c 	if (cmd->prot_type && se_dev->dev_attrib.pi_prot_type &&
pi_prot_type      613 drivers/target/target_core_rd.c         if (!dev->dev_attrib.pi_prot_type)
pi_prot_type       79 drivers/target/target_core_sbc.c 	int pi_prot_type = dev->dev_attrib.pi_prot_type;
pi_prot_type       96 drivers/target/target_core_sbc.c 		if (!pi_prot_type)
pi_prot_type       97 drivers/target/target_core_sbc.c 			pi_prot_type = sess->sess_prot_type;
pi_prot_type       99 drivers/target/target_core_sbc.c 		if (pi_prot_type)
pi_prot_type      100 drivers/target/target_core_sbc.c 			buf[12] = (pi_prot_type - 1) << 1 | 0x1;
pi_prot_type      694 drivers/target/target_core_sbc.c 	int pi_prot_type = dev->dev_attrib.pi_prot_type;
pi_prot_type      699 drivers/target/target_core_sbc.c 		    !dev->dev_attrib.pi_prot_type && !cmd->se_sess->sess_prot_type)) {
pi_prot_type      708 drivers/target/target_core_sbc.c 	switch (dev->dev_attrib.pi_prot_type) {
pi_prot_type      732 drivers/target/target_core_sbc.c 			pi_prot_type = cmd->se_sess->sess_prot_type;
pi_prot_type      744 drivers/target/target_core_sbc.c 	if (sbc_set_prot_op_checks(protect, fabric_prot, pi_prot_type, is_write, cmd))
pi_prot_type      747 drivers/target/target_core_sbc.c 	cmd->prot_type = pi_prot_type;
pi_prot_type       92 drivers/target/target_core_spc.c 		if (dev->dev_attrib.pi_prot_type || cmd->se_sess->sess_prot_type)
pi_prot_type      449 drivers/target/target_core_spc.c 		if (dev->dev_attrib.pi_prot_type == TARGET_DIF_TYPE1_PROT ||
pi_prot_type      452 drivers/target/target_core_spc.c 		else if (dev->dev_attrib.pi_prot_type == TARGET_DIF_TYPE3_PROT ||
pi_prot_type      460 drivers/target/target_core_spc.c 	    (dev->dev_attrib.pi_prot_type || cmd->se_sess->sess_prot_type)) {
pi_prot_type      876 drivers/target/target_core_spc.c 		if (dev->dev_attrib.pi_prot_type || sess->sess_prot_type)
pi_prot_type      678 include/target/target_core_base.h 	enum target_prot_type pi_prot_type;