Home
last modified time | relevance | path

Searched refs:emulate_3pc (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_xcopy.c62 if (!se_dev->dev_attrib.emulate_3pc) { in target_xcopy_locate_se_dev_e4_iter()
892 if (!dev->dev_attrib.emulate_3pc) { in target_do_xcopy()
H A Dtarget_core_configfs.c528 DEF_CONFIGFS_ATTRIB_SHOW(emulate_3pc);
588 DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_3pc);
1187 CONFIGFS_ATTR(, emulate_3pc);
H A Dtarget_core_spc.c83 if (dev->dev_attrib.emulate_3pc) in spc_emulate_inquiry_std()
H A Dtarget_core_device.c777 dev->dev_attrib.emulate_3pc = DA_EMULATE_3PC; in target_alloc_device()
/OK3568_Linux_fs/kernel/include/target/
H A Dtarget_core_base.h682 bool emulate_3pc; member