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

/linux-master/drivers/target/
H A Dtarget_core_spc.c517 * emulate_tpu=1 or emulate_tpws=1 we will be expect a
520 if (dev->dev_attrib.emulate_tpu || dev->dev_attrib.emulate_tpws)
663 if (dev->dev_attrib.emulate_tpws != 0)
674 (dev->dev_attrib.emulate_tpws != 0)) &&
1433 return (dev->dev_attrib.emulate_tpws && !!ops->execute_unmap) ||
H A Dtarget_core_sbc.c114 * READ CAPACITY (16) byte 14 if emulate_tpu or emulate_tpws is enabled.
116 if (dev->dev_attrib.emulate_tpu || dev->dev_attrib.emulate_tpws) {
322 if (!dev->dev_attrib.emulate_tpws) {
324 " has emulate_tpws disabled\n");
H A Dtarget_core_device.c758 dev->dev_attrib.emulate_tpws = DA_EMULATE_TPWS;
H A Dtarget_core_configfs.c556 DEF_CONFIGFS_ATTRIB_SHOW(emulate_tpws); variable
830 ret = target_try_configure_unmap(dev, "emulate_tpws");
835 da->emulate_tpws = flag;
1277 CONFIGFS_ATTR(, emulate_tpws);
/linux-master/include/target/
H A Dtarget_core_base.h705 bool emulate_tpws; member in struct:se_dev_attrib

Completed in 304 milliseconds