Home
last modified time | relevance | path

Searched refs:DF_EMULATED_VPD_UNIT_SERIAL (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/target/
Dtarget_core_spc.c130 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_80()
196 if (!(dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL)) in spc_emulate_evpd_83()
244 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_83()
694 if (cmd->se_dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_00()
Dtarget_core_configfs.c1274 dev->dev_flags |= DF_EMULATED_VPD_UNIT_SERIAL; in target_wwn_vpd_unit_serial_store()
/Linux-v4.19/include/target/
Dtarget_core_base.h758 #define DF_EMULATED_VPD_UNIT_SERIAL 0x00000004 macro