Searched refs:qed_grc_is_included (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 2238 static bool qed_grc_is_included(struct qed_hwfn *p_hwfn, in qed_grc_is_included() function 2273 return qed_grc_is_included(p_hwfn, big_ram->grc_param); in qed_grc_is_mem_included() 2279 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_PXP); in qed_grc_is_mem_included() 2281 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_RAM); in qed_grc_is_mem_included() 2283 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_PBUF); in qed_grc_is_mem_included() 2287 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CAU); in qed_grc_is_mem_included() 2289 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_QM); in qed_grc_is_mem_included() 2293 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CFC) || in qed_grc_is_mem_included() 2294 qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CM_CTX); in qed_grc_is_mem_included() 2297 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_IGU); in qed_grc_is_mem_included() [all …]
|