Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_parser_rt.c47 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "Set parser flag %d value %d\n", in _rt_flag_set()
58 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "Set GPR %d value %d\n", in _rt_gpr_set()
146 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "\n"); in _bst_key_init()
493 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "Invalid error %d\n", in _dst_reg_bit_set()
503 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "Invalid flag %d\n", in _dst_reg_bit_set()
572 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "Executing ALU0 ...\n"); in _alu0_exe()
579 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "Executing ALU1 ...\n"); in _alu1_exe()
586 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "Executing ALU2 ...\n"); in _alu2_exe()
712 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "Set Marker %d\n", in _marker_update()
718 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "Set Marker %d\n", in _marker_update()
[all …]
H A Dice_xlt_kb.c121 if (hw->debug_mask & ICE_DBG_PARSER) in _parse_kb_data()
137 ice_debug(hw, ICE_DBG_PARSER, "failed to allocate memory for xlt key builder type %d.\n", in _xlt_kb_get()
145 ice_debug(hw, ICE_DBG_PARSER, "failed to find section type %d.\n", in _xlt_kb_get()
H A Dice_pg_cam.c175 if (hw->debug_mask & ICE_DBG_PARSER) in _pg_cam_parse_item()
196 if (hw->debug_mask & ICE_DBG_PARSER) in _pg_sp_cam_parse_item()
218 if (hw->debug_mask & ICE_DBG_PARSER) in _pg_nm_cam_parse_item()
240 if (hw->debug_mask & ICE_DBG_PARSER) in _pg_nm_sp_cam_parse_item()
H A Dice_mk_grp.c39 if (hw->debug_mask & ICE_DBG_PARSER) in _mk_grp_parse_item()
H A Dice_flg_rd.c37 if (hw->debug_mask & ICE_DBG_PARSER) in _flg_rd_parse_item()
H A Dice_ptype_mk.c37 if (hw->debug_mask & ICE_DBG_PARSER) in _parse_ptype_mk_tcam_item()
H A Dice_bst_tcam.c202 if (hw->debug_mask & ICE_DBG_PARSER) in _bst_parse_item()
225 if (hw->debug_mask & ICE_DBG_PARSER) in _parse_lbl_item()
H A Dice_proto_grp.c92 if (hw->debug_mask & ICE_DBG_PARSER) in _proto_grp_parse_item()
H A Dice_metainit.c127 if (hw->debug_mask & ICE_DBG_PARSER) in _metainit_parse_item()
H A Dice_imem.c228 if (hw->debug_mask & ICE_DBG_PARSER) in _imem_parse_item()
H A Dice_parser.c132 ice_debug(hw, ICE_DBG_PARSER, "failed to allocate memory for table type %d.\n", in ice_parser_create_table()
H A Dice_type.h144 #define ICE_DBG_PARSER BIT_ULL(28) macro