Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.c2103 bool is_emul; in ecore_dump_mfw_ver_param() local
2105is_emul = dev_data->platform_id == PLATFORM_EMUL_FULL || dev_data->platform_id == PLATFORM_EMUL_RE… in ecore_dump_mfw_ver_param()
2107 if (dump && !is_emul && !ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NO_FW_VER)) { in ecore_dump_mfw_ver_param()
3998 bool is_emul, parities_masked = false; in ecore_grc_dump() local
4002is_emul = dev_data->platform_id == PLATFORM_EMUL_FULL || dev_data->platform_id == PLATFORM_EMUL_RE… in ecore_grc_dump()
4039 if (dump && !is_emul && !ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NO_MCP)) { in ecore_grc_dump()
4116 if (!is_emul) in ecore_grc_dump()