Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/target/
Dtarget_core_spc.c162 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_80()
243 if (!(dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL)) in spc_emulate_evpd_83()
275 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_83()
728 if (cmd->se_dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_00()
Dtarget_core_configfs.c1610 dev->dev_flags |= DF_EMULATED_VPD_UNIT_SERIAL; in target_wwn_vpd_unit_serial_store()
/Linux-v6.1/include/target/
Dtarget_core_base.h796 #define DF_EMULATED_VPD_UNIT_SERIAL 0x00000004 macro