Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_ua.c202 bool dev_ua_intlck_clear = (dev->dev_attrib.emulate_ua_intlck_ctrl in core_scsi3_ua_for_check_condition()
260 dev->dev_attrib.emulate_ua_intlck_ctrl, in core_scsi3_ua_for_check_condition()
H A Dtarget_core_configfs.c553 DEF_CONFIGFS_ATTRIB_SHOW(emulate_ua_intlck_ctrl);
732 da->emulate_ua_intlck_ctrl = val; in emulate_ua_intlck_ctrl_store()
1274 CONFIGFS_ATTR(, emulate_ua_intlck_ctrl);
H A Dtarget_core_device.c754 dev->dev_attrib.emulate_ua_intlck_ctrl = TARGET_UA_INTLCK_CTRL_CLEAR; in target_alloc_device()
H A Dtarget_core_spc.c878 switch (dev->dev_attrib.emulate_ua_intlck_ctrl) { in spc_modesense_control()
H A Dtarget_core_transport.c2103 cmd->se_dev->dev_attrib.emulate_ua_intlck_ctrl in transport_generic_request_failure()
/linux/include/target/
H A Dtarget_core_base.h702 enum target_ua_intlck_ctrl emulate_ua_intlck_ctrl; member