Home
last modified time | relevance | path

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

/Linux-v4.19/include/target/
Dtarget_core_base.h666 int emulate_caw; member
/Linux-v4.19/drivers/target/
Dtarget_core_configfs.c533 DEF_CONFIGFS_ATTRIB_SHOW(emulate_caw);
593 DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_caw);
1117 CONFIGFS_ATTR(, emulate_caw);
Dtarget_core_spc.c505 if (dev->dev_attrib.emulate_caw) in spc_emulate_evpd_b0()
Dtarget_core_device.c806 dev->dev_attrib.emulate_caw = DA_EMULATE_CAW; in target_alloc_device()
Dtarget_core_sbc.c980 if (!dev->dev_attrib.emulate_caw) { in sbc_parse_cdb()