Searched refs:ICE_DBG_PARSER (Results 1 – 12 of 12) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_parser_rt.c | 47 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 D | ice_xlt_kb.c | 121 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 D | ice_pg_cam.c | 175 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 D | ice_mk_grp.c | 39 if (hw->debug_mask & ICE_DBG_PARSER) in _mk_grp_parse_item()
|
| H A D | ice_flg_rd.c | 37 if (hw->debug_mask & ICE_DBG_PARSER) in _flg_rd_parse_item()
|
| H A D | ice_ptype_mk.c | 37 if (hw->debug_mask & ICE_DBG_PARSER) in _parse_ptype_mk_tcam_item()
|
| H A D | ice_bst_tcam.c | 202 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 D | ice_proto_grp.c | 92 if (hw->debug_mask & ICE_DBG_PARSER) in _proto_grp_parse_item()
|
| H A D | ice_metainit.c | 127 if (hw->debug_mask & ICE_DBG_PARSER) in _metainit_parse_item()
|
| H A D | ice_imem.c | 228 if (hw->debug_mask & ICE_DBG_PARSER) in _imem_parse_item()
|
| H A D | ice_parser.c | 132 ice_debug(hw, ICE_DBG_PARSER, "failed to allocate memory for table type %d.\n", in ice_parser_create_table()
|
| H A D | ice_type.h | 144 #define ICE_DBG_PARSER BIT_ULL(28) macro
|