Home
last modified time | relevance | path

Searched refs:qed_grc_is_included (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c2244 static bool qed_grc_is_included(struct qed_hwfn *p_hwfn, in qed_grc_is_included() function
2279 return qed_grc_is_included(p_hwfn, big_ram->grc_param); in qed_grc_is_mem_included()
2285 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_PXP); in qed_grc_is_mem_included()
2287 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_RAM); in qed_grc_is_mem_included()
2289 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_PBUF); in qed_grc_is_mem_included()
2293 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CAU); in qed_grc_is_mem_included()
2295 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_QM); in qed_grc_is_mem_included()
2299 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CFC) || in qed_grc_is_mem_included()
2300 qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CM_CTX); in qed_grc_is_mem_included()
2303 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_IGU); in qed_grc_is_mem_included()
[all …]