Symbol: ecore_grc_get_param
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2089
if (dump && !ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NO_FW_VER)) {
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2137
if (dump && dev_data->platform_id == PLATFORM_ASIC && !ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NO_FW_VER)) {
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2753
return ecore_grc_get_param(p_hwfn, grc_param) > 0;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2762
return ecore_grc_get_param(p_hwfn, (enum dbg_grc_params)storm) > 0;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3510
mem_len = ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NUM_LCIDS) * (mem_len / MAX_LCIDS);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3518
mem_len = ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NUM_LTIDS) * (mem_len / MAX_LTIDS);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3631
offset += ecore_grc_dump_ctx_data(p_hwfn, p_ptt, dump_buf + offset, dump, "CONN_AG_CTX", ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NUM_LCIDS),
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3635
offset += ecore_grc_dump_ctx_data(p_hwfn, p_ptt, dump_buf + offset, dump, "CONN_ST_CTX", ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NUM_LCIDS),
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3639
offset += ecore_grc_dump_ctx_data(p_hwfn, p_ptt, dump_buf + offset, dump, "TASK_AG_CTX", ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NUM_LTIDS),
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3643
offset += ecore_grc_dump_ctx_data(p_hwfn, p_ptt, dump_buf + offset, dump, "TASK_ST_CTX", ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NUM_LTIDS),
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3867
if (dump && dev_data->platform_id == PLATFORM_ASIC && !ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NO_MCP)) {
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4073
offset += ecore_dump_num_param(dump_buf + offset, dump, "num-lcids", ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NUM_LCIDS));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4074
offset += ecore_dump_num_param(dump_buf + offset, dump, "num-ltids", ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NUM_LTIDS));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4088
if (dump && is_asic && !ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NO_MCP)) {
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4092
if (ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_PARITY_SAFE))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4160
if (ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_UNSTALL))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4619
mcp_access = dev_data->platform_id == PLATFORM_ASIC && !ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NO_MCP);