Searched refs:qed_is_mode_match (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 2210 static bool qed_is_mode_match(struct qed_hwfn *p_hwfn, u16 *modes_buf_offset) in qed_is_mode_match() function 2223 return !qed_is_mode_match(p_hwfn, modes_buf_offset); in qed_is_mode_match() 2226 arg1 = qed_is_mode_match(p_hwfn, modes_buf_offset); in qed_is_mode_match() 2227 arg2 = qed_is_mode_match(p_hwfn, modes_buf_offset); in qed_is_mode_match() 2432 qed_is_mode_match(p_hwfn, &modes_buf_offset)) in qed_grc_clear_all_prty() 2692 mode_match = qed_is_mode_match(p_hwfn, in qed_grc_dump_regs_entries() 2933 !qed_is_mode_match(p_hwfn, &modes_buf_offset)) in qed_grc_dump_modified_regs() 3176 mode_match = qed_is_mode_match(p_hwfn, in qed_grc_dump_mem_entries() 4257 qed_is_mode_match(p_hwfn, in qed_idle_chk_dump_failure() 4471 mode_match = qed_is_mode_match(p_hwfn, in qed_idle_chk_dump() [all …]
|