Home
last modified time | relevance | path

Searched refs:emulate_rest_reord (Results 1 – 4 of 4) sorted by relevance

/linux/include/target/
H A Dtarget_core_base.h716 bool emulate_rest_reord; member
/linux/drivers/target/
H A Dtarget_core_configfs.c565 DEF_CONFIGFS_ATTRIB_SHOW(emulate_rest_reord);
1015 da->emulate_rest_reord = flag; in emulate_rest_reord_store()
1288 CONFIGFS_ATTR(, emulate_rest_reord);
H A Dtarget_core_device.c766 dev->dev_attrib.emulate_rest_reord = DA_EMULATE_REST_REORD; in target_alloc_device()
H A Dtarget_core_spc.c848 p[3] = (dev->dev_attrib.emulate_rest_reord == 1) ? 0x00 : 0x10; in spc_modesense_control()