Lines Matching defs:modes_buf_offset

2741 								u16 *modes_buf_offset)
2748 tree_val = ((u8 *)s_dbg_arrays[BIN_BUF_DBG_MODE_TREE].ptr)[(*modes_buf_offset)++];
2752 return !ecore_is_mode_match(p_hwfn, modes_buf_offset);
2755 arg1 = ecore_is_mode_match(p_hwfn, modes_buf_offset);
2756 arg2 = ecore_is_mode_match(p_hwfn, modes_buf_offset);
2930 u16 modes_buf_offset;
2935 modes_buf_offset = GET_FIELD(reg_data->mode.data, DBG_MODE_HDR_MODES_BUF_OFFSET);
2938 if (!eval_mode || ecore_is_mode_match(p_hwfn, &modes_buf_offset))
3118 u16 modes_buf_offset;
3124 modes_buf_offset = GET_FIELD(cond_hdr->mode.data, DBG_MODE_HDR_MODES_BUF_OFFSET);
3125 mode_match = ecore_is_mode_match(p_hwfn, &modes_buf_offset);
3301 u16 modes_buf_offset;
3306 modes_buf_offset = GET_FIELD(reg_data->mode.data, DBG_MODE_HDR_MODES_BUF_OFFSET);
3307 if (eval_mode && !ecore_is_mode_match(p_hwfn, &modes_buf_offset))
3480 u16 modes_buf_offset;
3490 modes_buf_offset = GET_FIELD(cond_hdr->mode.data, DBG_MODE_HDR_MODES_BUF_OFFSET);
3491 mode_match = ecore_is_mode_match(p_hwfn, &modes_buf_offset);
4280 u16 modes_buf_offset;
4288 modes_buf_offset = GET_FIELD(reg->mode.data, DBG_MODE_HDR_MODES_BUF_OFFSET);
4289 mode_match = ecore_is_mode_match(p_hwfn, &modes_buf_offset);
4436 u16 modes_buf_offset;
4441 modes_buf_offset = GET_FIELD(cond_hdr->mode.data, DBG_MODE_HDR_MODES_BUF_OFFSET);
4442 mode_match = ecore_is_mode_match(p_hwfn, &modes_buf_offset);
6437 u16 modes_buf_offset;
6442 modes_buf_offset = GET_FIELD(reg_data->mode.data, DBG_MODE_HDR_MODES_BUF_OFFSET);
6443 if (eval_mode && !ecore_is_mode_match(p_hwfn, &modes_buf_offset))