Lines Matching refs:modes_buf_offset

1341 				  u16 *modes_buf_offset, u8 rec_depth)  in qed_is_mode_match_rec()  argument
1356 tree_val = dbg_array[(*modes_buf_offset)++]; in qed_is_mode_match_rec()
1361 modes_buf_offset, rec_depth + 1); in qed_is_mode_match_rec()
1365 modes_buf_offset, rec_depth + 1); in qed_is_mode_match_rec()
1367 modes_buf_offset, rec_depth + 1); in qed_is_mode_match_rec()
1376 static bool qed_is_mode_match(struct ecore_hwfn *p_hwfn, u16 *modes_buf_offset) in qed_is_mode_match() argument
1378 return qed_is_mode_match_rec(p_hwfn, modes_buf_offset, 0); in qed_is_mode_match()
1469 u16 modes_buf_offset = in qed_bus_disable_blocks() local
1477 qed_is_mode_match(p_hwfn, &modes_buf_offset)) in qed_bus_disable_blocks()
1735 u16 modes_buf_offset; in qed_grc_clear_all_prty() local
1741 modes_buf_offset = in qed_grc_clear_all_prty()
1747 qed_is_mode_match(p_hwfn, &modes_buf_offset)) in qed_grc_clear_all_prty()
2036 u16 modes_buf_offset; in qed_grc_dump_regs_entries() local
2043 modes_buf_offset = in qed_grc_dump_regs_entries()
2047 &modes_buf_offset); in qed_grc_dump_regs_entries()
2283 u16 modes_buf_offset; in qed_grc_dump_modified_regs() local
2290 modes_buf_offset = in qed_grc_dump_modified_regs()
2294 !qed_is_mode_match(p_hwfn, &modes_buf_offset)) in qed_grc_dump_modified_regs()
2531 u16 modes_buf_offset; in qed_grc_dump_mem_entries() local
2544 modes_buf_offset = in qed_grc_dump_mem_entries()
2548 &modes_buf_offset); in qed_grc_dump_mem_entries()
3292 u16 modes_buf_offset; in qed_grc_dump_static_debug() local
3309 modes_buf_offset = in qed_grc_dump_static_debug()
3312 if (!qed_is_mode_match(p_hwfn, &modes_buf_offset)) in qed_grc_dump_static_debug()
3647 u16 modes_buf_offset; in qed_idle_chk_dump_failure() local
3657 modes_buf_offset = in qed_idle_chk_dump_failure()
3662 &modes_buf_offset); in qed_idle_chk_dump_failure()
3868 u16 modes_buf_offset; in qed_idle_chk_dump() local
3874 modes_buf_offset = in qed_idle_chk_dump()
3878 &modes_buf_offset); in qed_idle_chk_dump()
5392 u16 modes_buf_offset; in qed_dbg_read_attn() local
5398 modes_buf_offset = GET_FIELD(reg_data->mode.data, in qed_dbg_read_attn()
5400 if (eval_mode && !qed_is_mode_match(p_hwfn, &modes_buf_offset)) in qed_dbg_read_attn()