Home
last modified time | relevance | path

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

/linux/include/target/
H A Dtarget_core_base.h709 bool emulate_rsoc; member
/linux/drivers/target/
H A 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()
H A Dtarget_core_configfs.c579 DEF_CONFIGFS_ATTRIB_SHOW(emulate_rsoc);
1245 da->emulate_rsoc = flag; in emulate_rsoc_store()
1281 CONFIGFS_ATTR(, emulate_rsoc);
H A Dtarget_core_device.c761 dev->dev_attrib.emulate_rsoc = DA_EMULATE_RSOC; in target_alloc_device()