Home
last modified time | relevance | path

Searched refs:emulate_ua_intlck_ctrl (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_ua.c246 if (dev->dev_attrib.emulate_ua_intlck_ctrl != 0) { in core_scsi3_ua_for_check_condition()
273 (dev->dev_attrib.emulate_ua_intlck_ctrl != 0) ? "Reporting" : in core_scsi3_ua_for_check_condition()
274 "Releasing", dev->dev_attrib.emulate_ua_intlck_ctrl, in core_scsi3_ua_for_check_condition()
Dtarget_core_spc.c842 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()
Dtarget_core_configfs.c479 DEF_CONFIGFS_ATTRIB_SHOW(emulate_ua_intlck_ctrl);
644 da->emulate_ua_intlck_ctrl = val; in emulate_ua_intlck_ctrl_store()
978 CONFIGFS_ATTR(, emulate_ua_intlck_ctrl);
Dtarget_core_device.c799 dev->dev_attrib.emulate_ua_intlck_ctrl = DA_EMULATE_UA_INTLLCK_CTRL; in target_alloc_device()
Dtarget_core_transport.c1720 cmd->se_dev->dev_attrib.emulate_ua_intlck_ctrl == 2) { in transport_generic_request_failure()
/linux-4.4.14/include/target/
Dtarget_core_base.h667 int emulate_ua_intlck_ctrl; member