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.c165 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_80()
245 if (!(dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL)) in spc_emulate_evpd_83()
273 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) in spc_emulate_evpd_83()
744 if (cmd->se_dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_00()
H A Dtarget_core_configfs.c1705 dev->dev_flags |= DF_EMULATED_VPD_UNIT_SERIAL; in target_wwn_vpd_unit_serial_store()
/linux/include/target/
H A Dtarget_core_base.h830 #define DF_EMULATED_VPD_UNIT_SERIAL 0x00000004 macro