Home
last modified time | relevance | path

Searched refs:emulate_rsoc (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/target/
Dtarget_core_base.h700 bool emulate_rsoc; member
/linux-6.6.21/drivers/target/
Dtarget_core_spc.c1950 return dev->dev_attrib.emulate_rsoc; in spc_rsoc_enabled()
2206 if (!cmd->se_dev->dev_attrib.emulate_rsoc) in spc_emulate_report_supp_op_codes()
Dtarget_core_configfs.c579 DEF_CONFIGFS_ATTRIB_SHOW(emulate_rsoc);
1228 da->emulate_rsoc = flag; in emulate_rsoc_store()
1246 CONFIGFS_ATTR(, emulate_rsoc);
Dtarget_core_device.c762 dev->dev_attrib.emulate_rsoc = DA_EMULATE_RSOC; in target_alloc_device()