Home
last modified time | relevance | path

Searched refs:emulate_caw (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/target/
Dtarget_core_base.h697 bool emulate_caw; member
/Linux-v6.6/drivers/target/
Dtarget_core_spc.c531 if (dev->dev_attrib.emulate_caw) in spc_emulate_evpd_b0()
1460 return dev->dev_attrib.emulate_caw; in tcm_is_caw_enabled()
Dtarget_core_configfs.c557 DEF_CONFIGFS_ATTRIB_SHOW(emulate_caw);
618 DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_caw);
1243 CONFIGFS_ATTR(, emulate_caw);
Dtarget_core_device.c764 dev->dev_attrib.emulate_caw = DA_EMULATE_CAW; in target_alloc_device()
Dtarget_core_sbc.c904 if (!dev->dev_attrib.emulate_caw) { in sbc_parse_cdb()