Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_configfs.c559 DEF_CONFIGFS_ATTRIB_SHOW(emulate_pr);
620 DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_pr);
1245 CONFIGFS_ATTR(, emulate_pr);
1818 if (!dev->dev_attrib.emulate_pr) in target_pr_res_holder_show()
1961 if (!dev->dev_attrib.emulate_pr) in target_pr_res_type_show()
1976 if (!dev->dev_attrib.emulate_pr || in target_pr_res_aptpl_active_show()
1989 if (!dev->dev_attrib.emulate_pr || in target_pr_res_aptpl_metadata_show()
2036 if (!dev->dev_attrib.emulate_pr || in target_pr_res_aptpl_metadata_store()
H A Dtarget_core_device.c761 dev->dev_attrib.emulate_pr = DA_EMULATE_PR; in target_alloc_device()
1078 if (!dev->dev_attrib.emulate_pr && in passthrough_parse_cdb()
H A Dtarget_core_spc.c1670 if (!dev->dev_attrib.emulate_pr) in tcm_is_pr_enabled()
2274 if (!dev->dev_attrib.emulate_pr) in spc_parse_cdb()
2282 if (!dev->dev_attrib.emulate_pr) in spc_parse_cdb()
H A Dtarget_core_pr.c4174 if (!dev->dev_attrib.emulate_pr) in target_check_reservation()
/openbmc/linux/include/target/
H A Dtarget_core_base.h699 bool emulate_pr; member