Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_spc.c488 * emulate_tpu=1 or emulate_tpws=1 we will be expect a in spc_emulate_evpd_b0()
491 if (dev->dev_attrib.emulate_tpu || dev->dev_attrib.emulate_tpws) in spc_emulate_evpd_b0()
631 if (dev->dev_attrib.emulate_tpws != 0) in spc_emulate_evpd_b2()
642 (dev->dev_attrib.emulate_tpws != 0)) && in spc_emulate_evpd_b2()
H A Dtarget_core_sbc.c114 * READ CAPACITY (16) byte 14 if emulate_tpu or emulate_tpws is enabled. in sbc_emulate_readcapacity_16()
116 if (dev->dev_attrib.emulate_tpu || dev->dev_attrib.emulate_tpws) { in sbc_emulate_readcapacity_16()
323 if (!dev->dev_attrib.emulate_tpws) { in sbc_setup_write_same()
325 " has emulate_tpws disabled\n"); in sbc_setup_write_same()
H A Dtarget_core_configfs.c526 DEF_CONFIGFS_ATTRIB_SHOW(emulate_tpws); variable
776 da->emulate_tpws = flag; in emulate_tpws_store()
1185 CONFIGFS_ATTR(, emulate_tpws);
H A Dtarget_core_device.c787 dev->dev_attrib.emulate_tpws = DA_EMULATE_TPWS; in target_alloc_device()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_spc.c517 * emulate_tpu=1 or emulate_tpws=1 we will be expect a in spc_emulate_evpd_b0()
520 if (dev->dev_attrib.emulate_tpu || dev->dev_attrib.emulate_tpws) in spc_emulate_evpd_b0()
663 if (dev->dev_attrib.emulate_tpws != 0) in spc_emulate_evpd_b2()
674 (dev->dev_attrib.emulate_tpws != 0)) && in spc_emulate_evpd_b2()
1433 return (dev->dev_attrib.emulate_tpws && !!ops->execute_unmap) || in tcm_is_ws_enabled()
H A Dtarget_core_sbc.c114 * READ CAPACITY (16) byte 14 if emulate_tpu or emulate_tpws is enabled. in sbc_emulate_readcapacity_16()
116 if (dev->dev_attrib.emulate_tpu || dev->dev_attrib.emulate_tpws) { in sbc_emulate_readcapacity_16()
322 if (!dev->dev_attrib.emulate_tpws) { in sbc_setup_write_same()
324 " has emulate_tpws disabled\n"); in sbc_setup_write_same()
H A Dtarget_core_configfs.c556 DEF_CONFIGFS_ATTRIB_SHOW(emulate_tpws); variable
815 da->emulate_tpws = flag; in emulate_tpws_store()
1242 CONFIGFS_ATTR(, emulate_tpws);
H A Dtarget_core_device.c758 dev->dev_attrib.emulate_tpws = DA_EMULATE_TPWS; in target_alloc_device()
/kernel/linux/linux-5.10/include/target/
H A Dtarget_core_base.h684 bool emulate_tpws; member
/kernel/linux/linux-6.6/include/target/
H A Dtarget_core_base.h696 bool emulate_tpws; member

Completed in 24 milliseconds