Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/target/
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()
Dtarget_core_configfs.c553 DEF_CONFIGFS_ATTRIB_SHOW(emulate_ua_intlck_ctrl);
731 da->emulate_ua_intlck_ctrl = val; in emulate_ua_intlck_ctrl_store()
1239 CONFIGFS_ATTR(, emulate_ua_intlck_ctrl);
Dtarget_core_device.c755 dev->dev_attrib.emulate_ua_intlck_ctrl = TARGET_UA_INTLCK_CTRL_CLEAR; in target_alloc_device()
Dtarget_core_spc.c878 switch (dev->dev_attrib.emulate_ua_intlck_ctrl) { in spc_modesense_control()
Dtarget_core_transport.c2101 cmd->se_dev->dev_attrib.emulate_ua_intlck_ctrl in transport_generic_request_failure()
/linux-6.6.21/include/target/
Dtarget_core_base.h693 enum target_ua_intlck_ctrl emulate_ua_intlck_ctrl; member