Symbol: ecore_grc_is_included
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2784
return ecore_grc_is_included(p_hwfn, big_ram->grc_param);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2790
return ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_PXP);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2792
return ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_RAM);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2794
return ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_PBUF);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2798
return ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CAU);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2800
return ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_QM);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2804
return ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CFC) || ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CM_CTX);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2807
return ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_IGU);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2809
return ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_MULD);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2811
return ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_PRS);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2813
return ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_DMAE);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2815
return ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_TM);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2817
return ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_SDM);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2820
return ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_DIF);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2822
return ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CM);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2824
return ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_IOR);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4078
if (ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_REGS))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4098
if (ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_REGS))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4102
if (dump && (ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_IOR) || ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_VFC)))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4106
if (ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_REGS)) {
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4123
if (ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_MCP))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4127
if (ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CM_CTX))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4131
if (ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_RSS))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4136
if (ecore_grc_is_included(p_hwfn, s_big_ram_defs[i].grc_param))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4140
if (ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_IOR))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4144
if (ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_VFC))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4148
if (ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_PHY) && dev_data->chip_id == CHIP_K2 && dev_data->platform_id == PLATFORM_ASIC)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4152
if (ecore_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_STATIC) && dev_data->bus.state == DBG_BUS_STATE_IDLE)