Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/target/
Dtarget_core_base.h681 bool emulate_caw; member
/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_configfs.c527 DEF_CONFIGFS_ATTRIB_SHOW(emulate_caw);
587 DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_caw);
1186 CONFIGFS_ATTR(, emulate_caw);
Dtarget_core_device.c776 dev->dev_attrib.emulate_caw = DA_EMULATE_CAW; in target_alloc_device()
Dtarget_core_spc.c502 if (dev->dev_attrib.emulate_caw) in spc_emulate_evpd_b0()
Dtarget_core_sbc.c963 if (!dev->dev_attrib.emulate_caw) { in sbc_parse_cdb()