Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_spc.c162 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_80()
242 if (!(dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL)) in spc_emulate_evpd_83()
270 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) in spc_emulate_evpd_83()
723 if (cmd->se_dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_00()
H A Dtarget_core_configfs.c1695 dev->dev_flags |= DF_EMULATED_VPD_UNIT_SERIAL; in target_wwn_vpd_unit_serial_store()
/linux/include/target/
H A Dtarget_core_base.h809 #define DF_EMULATED_VPD_UNIT_SERIAL 0x00000004 macro