Searched refs:qed_grc_is_included (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_debug.c | 1488 static bool qed_grc_is_included(struct ecore_hwfn *p_hwfn, in qed_grc_is_included() function 1543 return qed_grc_is_included(p_hwfn, big_ram->grc_param); in qed_grc_is_mem_included() 1561 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_QM); in qed_grc_is_mem_included() 1579 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_TM); in qed_grc_is_mem_included() 3423 if (qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_REGS)) in qed_grc_dump() 3448 if (qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_REGS)) in qed_grc_dump() 3455 (qed_grc_is_included(p_hwfn, in qed_grc_dump() 3485 if (qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_MCP)) in qed_grc_dump() 3495 if (qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_RSS)) in qed_grc_dump() 3517 if (qed_grc_is_included(p_hwfn, in qed_grc_dump() [all …]
|