Home
last modified time | relevance | path

Searched refs:ecore_grc_get_param (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.c1814 static u32 ecore_grc_get_param(struct ecore_hwfn *p_hwfn, in ecore_grc_get_param() function
2056 if (dump && !ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NO_FW_VER)) { in ecore_dump_fw_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()
2724 return ecore_grc_get_param(p_hwfn, grc_param) > 0; in ecore_grc_is_included()
2733 return ecore_grc_get_param(p_hwfn, (enum dbg_grc_params)storm) > 0; in ecore_grc_is_storm_included()
3460 mem_len = ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NUM_LCIDS) * (mem_len / MAX_LCIDS); in ecore_grc_dump_mem_entries()
3814 if (dump && !ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NO_MCP)) { in ecore_grc_dump_mcp()
4039 if (dump && !is_emul && !ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NO_MCP)) { in ecore_grc_dump()
4043 if (ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_PARITY_SAFE)) in ecore_grc_dump()
4112 if (ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_UNSTALL)) in ecore_grc_dump()
[all …]