Home
last modified time | relevance | path

Searched refs:pi_prot_type (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_sbc.c79 int pi_prot_type = dev->dev_attrib.pi_prot_type; in sbc_emulate_readcapacity_16() local
96 if (!pi_prot_type) in sbc_emulate_readcapacity_16()
97 pi_prot_type = sess->sess_prot_type; in sbc_emulate_readcapacity_16()
99 if (pi_prot_type) in sbc_emulate_readcapacity_16()
100 buf[12] = (pi_prot_type - 1) << 1 | 0x1; in sbc_emulate_readcapacity_16()
693 int pi_prot_type = dev->dev_attrib.pi_prot_type; in sbc_check_prot() local
698 !dev->dev_attrib.pi_prot_type && !cmd->se_sess->sess_prot_type)) { in sbc_check_prot()
707 switch (dev->dev_attrib.pi_prot_type) { in sbc_check_prot()
731 pi_prot_type = cmd->se_sess->sess_prot_type; in sbc_check_prot()
743 if (sbc_set_prot_op_checks(protect, fabric_prot, pi_prot_type, is_write, cmd)) in sbc_check_prot()
[all …]
Dtarget_core_iblock.c142 dev->dev_attrib.pi_prot_type = TARGET_DIF_TYPE3_PROT; in iblock_configure_device()
144 dev->dev_attrib.pi_prot_type = TARGET_DIF_TYPE1_PROT; in iblock_configure_device()
147 if (dev->dev_attrib.pi_prot_type) { in iblock_configure_device()
156 dev->dev_attrib.hw_pi_prot_type = dev->dev_attrib.pi_prot_type; in iblock_configure_device()
733 if (cmd->prot_type && dev->dev_attrib.pi_prot_type) in iblock_execute_rw()
746 if (cmd->prot_type && dev->dev_attrib.pi_prot_type) { in iblock_execute_rw()
772 if (cmd->prot_type && dev->dev_attrib.pi_prot_type) { in iblock_execute_rw()
Dtarget_core_file.c554 if (cmd->se_dev->dev_attrib.pi_prot_type) { in fd_execute_unmap()
609 if (cmd->prot_type && dev->dev_attrib.pi_prot_type) { in fd_execute_rw_buffered()
620 if (ret > 0 && cmd->prot_type && dev->dev_attrib.pi_prot_type && in fd_execute_rw_buffered()
631 if (cmd->prot_type && dev->dev_attrib.pi_prot_type && in fd_execute_rw_buffered()
662 if (ret > 0 && cmd->prot_type && dev->dev_attrib.pi_prot_type) { in fd_execute_rw_buffered()
878 if (!dev->dev_attrib.pi_prot_type) { in fd_format_prot()
Dtarget_core_spc.c92 if (dev->dev_attrib.pi_prot_type || cmd->se_sess->sess_prot_type) in spc_emulate_inquiry_std()
449 if (dev->dev_attrib.pi_prot_type == TARGET_DIF_TYPE1_PROT || in spc_emulate_evpd_86()
452 else if (dev->dev_attrib.pi_prot_type == TARGET_DIF_TYPE3_PROT || in spc_emulate_evpd_86()
460 (dev->dev_attrib.pi_prot_type || cmd->se_sess->sess_prot_type)) { in spc_emulate_evpd_86()
885 if (dev->dev_attrib.pi_prot_type || sess->sess_prot_type) in spc_modesense_control()
Dtarget_core_rd.c453 if (cmd->prot_type && se_dev->dev_attrib.pi_prot_type && in rd_execute_rw()
521 if (cmd->prot_type && se_dev->dev_attrib.pi_prot_type && in rd_execute_rw()
613 if (!dev->dev_attrib.pi_prot_type) in rd_init_prot()
Dtarget_core_configfs.c530 DEF_CONFIGFS_ATTRIB_SHOW(pi_prot_type);
786 int old_prot = da->pi_prot_type, ret; in pi_prot_type_store()
826 da->pi_prot_type = flag; in pi_prot_type_store()
831 da->pi_prot_type = old_prot; in pi_prot_type_store()
832 da->pi_prot_verify = (bool) da->pi_prot_type; in pi_prot_type_store()
840 da->pi_prot_verify = (bool) da->pi_prot_type; in pi_prot_type_store()
909 if (!da->pi_prot_type) { in pi_prot_verify_store()
1189 CONFIGFS_ATTR(, pi_prot_type);
Dtarget_core_device.c779 dev->dev_attrib.pi_prot_type = TARGET_DIF_TYPE0_PROT; in target_alloc_device()
/kernel/linux/linux-5.10/include/target/
Dtarget_core_base.h684 enum target_prot_type pi_prot_type; member