Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_spc.c136 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_80()
204 if (!(dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL)) in spc_emulate_evpd_83()
252 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_83()
688 if (cmd->se_dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_00()
Dtarget_core_configfs.c601 dev->dev_flags |= DF_EMULATED_VPD_UNIT_SERIAL; in target_core_dev_wwn_store_attr_vpd_unit_serial()
/linux-4.1.27/include/target/
Dtarget_core_base.h756 #define DF_EMULATED_VPD_UNIT_SERIAL 0x00000004 macro