Searched refs:pi_prot_type (Results 1 – 8 of 8) sorted by relevance
79 int pi_prot_type = dev->dev_attrib.pi_prot_type; in sbc_emulate_readcapacity_16() local 93 * Only override a device's pi_prot_type if no T10-PI is in sbc_emulate_readcapacity_16() 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() 671 int pi_prot_type = dev->dev_attrib.pi_prot_type; in sbc_check_prot() local 676 !dev->dev_attrib.pi_prot_type in sbc_check_prot() [all...]
543 if (cmd->se_dev->dev_attrib.pi_prot_type) { in fd_execute_unmap() 598 if (cmd->prot_type && dev->dev_attrib.pi_prot_type) { in fd_execute_rw_buffered() 609 if (ret > 0 && cmd->prot_type && dev->dev_attrib.pi_prot_type && in fd_execute_rw_buffered() 620 if (cmd->prot_type && dev->dev_attrib.pi_prot_type && in fd_execute_rw_buffered() 651 if (ret > 0 && cmd->prot_type && dev->dev_attrib.pi_prot_type) { in fd_execute_rw_buffered() 867 if (!dev->dev_attrib.pi_prot_type) { in fd_format_prot() 868 pr_err("Unable to format_prot while pi_prot_type == 0\n"); in fd_format_prot()
167 dev->dev_attrib.pi_prot_type = TARGET_DIF_TYPE1_PROT; in iblock_configure_device() 169 dev->dev_attrib.pi_prot_type = TARGET_DIF_TYPE3_PROT; in iblock_configure_device() 175 dev->dev_attrib.hw_pi_prot_type = dev->dev_attrib.pi_prot_type; in iblock_configure_device() 802 if (cmd->prot_type && dev->dev_attrib.pi_prot_type) in iblock_execute_rw() 814 if (cmd->prot_type && dev->dev_attrib.pi_prot_type) { in iblock_execute_rw() 839 if (cmd->prot_type && dev->dev_attrib.pi_prot_type) { in iblock_execute_rw()
453 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() 632 if (!dev->dev_attrib.pi_prot_type) in rd_init_prot()
114 if (dev->dev_attrib.pi_prot_type || cmd->se_sess->sess_prot_type) in spc_emulate_inquiry_std() 477 if (dev->dev_attrib.pi_prot_type == TARGET_DIF_TYPE1_PROT || in spc_emulate_evpd_86() 480 else if (dev->dev_attrib.pi_prot_type == TARGET_DIF_TYPE3_PROT || in spc_emulate_evpd_86() 488 (dev->dev_attrib.pi_prot_type || cmd->se_sess->sess_prot_type)) { in spc_emulate_evpd_86() 913 if (dev->dev_attrib.pi_prot_type || sess->sess_prot_type) in spc_modesense_control()
560 DEF_CONFIGFS_ATTRIB_SHOW(pi_prot_type);843 int old_prot = da->pi_prot_type, ret; in pi_prot_type_store() 852 pr_err("Illegal value %d for pi_prot_type\n", flag); in pi_prot_type_store() 883 da->pi_prot_type = flag; in pi_prot_type_store() 888 da->pi_prot_type = old_prot; in pi_prot_type_store() 889 da->pi_prot_verify = (bool) da->pi_prot_type; in pi_prot_type_store() 897 da->pi_prot_verify = (bool) da->pi_prot_type; in pi_prot_type_store() 966 if (!da->pi_prot_type) { in pi_prot_verify_store() 1280 CONFIGFS_ATTR(, pi_prot_type);
801 dev->dev_attrib.pi_prot_type = TARGET_DIF_TYPE0_PROT; in target_alloc_device()
715 enum target_prot_type pi_prot_type; member