Searched refs:qed_grc_is_included (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 1563 static bool qed_grc_is_included(struct qed_hwfn *p_hwfn, in qed_grc_is_included() function 1618 return qed_grc_is_included(p_hwfn, big_ram->grc_param); in qed_grc_is_mem_included() 1624 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_PXP); in qed_grc_is_mem_included() 1626 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_RAM); in qed_grc_is_mem_included() 1628 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_PBUF); in qed_grc_is_mem_included() 1632 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CAU); in qed_grc_is_mem_included() 1634 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CAU_EXT); in qed_grc_is_mem_included() 1636 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_QM); in qed_grc_is_mem_included() 1640 return qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CFC) || in qed_grc_is_mem_included() 1641 qed_grc_is_included(p_hwfn, DBG_GRC_PARAM_DUMP_CM_CTX); in qed_grc_is_mem_included() [all …]
|