Searched refs:emulate_ua_intlck_ctrl (Results 1 – 6 of 6) sorted by relevance
232 if (dev->dev_attrib.emulate_ua_intlck_ctrl != 0) { in core_scsi3_ua_for_check_condition()259 (dev->dev_attrib.emulate_ua_intlck_ctrl != 0) ? "Reporting" : in core_scsi3_ua_for_check_condition()260 "Releasing", dev->dev_attrib.emulate_ua_intlck_ctrl, in core_scsi3_ua_for_check_condition()
842 p[4] = (dev->dev_attrib.emulate_ua_intlck_ctrl == 2) ? 0x30 : in spc_modesense_control()843 (dev->dev_attrib.emulate_ua_intlck_ctrl == 1) ? 0x20 : 0x00; in spc_modesense_control()
852 dev->dev_attrib.emulate_ua_intlck_ctrl = flag; in se_dev_set_emulate_ua_intlck_ctrl()854 dev, dev->dev_attrib.emulate_ua_intlck_ctrl); in se_dev_set_emulate_ua_intlck_ctrl()1520 dev->dev_attrib.emulate_ua_intlck_ctrl = DA_EMULATE_UA_INTLLCK_CTRL; in target_alloc_device()
1701 cmd->se_dev->dev_attrib.emulate_ua_intlck_ctrl == 2) in transport_generic_request_failure()
69 DEF_TB_DEV_ATTRIB(_backend, emulate_ua_intlck_ctrl); \70 TB_DEV_ATTR(_backend, emulate_ua_intlck_ctrl, S_IRUGO | S_IWUSR); \
682 int emulate_ua_intlck_ctrl; member