Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_spc.c495 if (dev->dev_attrib.emulate_tpu || dev->dev_attrib.emulate_tpws) in spc_emulate_evpd_b0()
635 if (dev->dev_attrib.emulate_tpws != 0) in spc_emulate_evpd_b2()
Dtarget_core_sbc.c144 if (dev->dev_attrib.emulate_tpu || dev->dev_attrib.emulate_tpws) in sbc_emulate_readcapacity_16()
355 if (!dev->dev_attrib.emulate_tpws) { in sbc_setup_write_same()
Dtarget_core_configfs.c482 DEF_CONFIGFS_ATTRIB_SHOW(emulate_tpws);
720 da->emulate_tpws = flag; in emulate_tpws_store()
981 CONFIGFS_ATTR(, emulate_tpws);
Dtarget_core_device.c802 dev->dev_attrib.emulate_tpws = DA_EMULATE_TPWS; in target_alloc_device()
/linux-4.4.14/include/target/
Dtarget_core_base.h670 int emulate_tpws; member