Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c1474 static bool qed_grc_is_included(struct qed_hwfn *p_hwfn, in qed_grc_is_included() function
1529 return qed_grc_is_included(p_hwfn, big_ram->grc_param); in qed_grc_is_mem_included()
1535 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_PXP); in qed_grc_is_mem_included()
1537 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_RAM); in qed_grc_is_mem_included()
1539 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_PBUF); in qed_grc_is_mem_included()
1543 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CAU); in qed_grc_is_mem_included()
1545 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CAU_EXT); in qed_grc_is_mem_included()
1547 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_QM); in qed_grc_is_mem_included()
1551 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CFC) || in qed_grc_is_mem_included()
1552 qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CM_CTX); in qed_grc_is_mem_included()
[all …]