Searched refs:ICE_DBG_PARSER (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_parser_rt.c | 38 ice_debug(hw, ICE_DBG_PARSER, "Set parser flag %u\n", idx); in ice_rt_flag_set() 41 ice_debug(hw, ICE_DBG_PARSER, "Clear parser flag %u\n", idx); in ice_rt_flag_set() 54 ice_debug(hw, ICE_DBG_PARSER, "Set GPR %d value %d\n", idx, val); in ice_rt_gpr_set() 63 ice_debug(hw, ICE_DBG_PARSER, "Set parser error %u\n", idx); in ice_rt_err_set() 66 ice_debug(hw, ICE_DBG_PARSER, "Reset parser error %u\n", idx); in ice_rt_err_set() 139 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "Generated Boost TCAM Key:\n"); in ice_bst_key_init() 140 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "%02X %02X %02X %02X %02X %02X %02X %02X %02X %02X\n", in ice_bst_key_init() 143 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "\n"); in ice_bst_key_init() 186 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "Unsupported OP Code %u\n", in ice_pk_build() 219 …ice_debug(rt->psr->hw, ICE_DBG_PARSER, "Generate Parse Graph Key: node_id(%d), flag0-3(%d,%d,%d,%d… in ice_imem_pgk_init() [all …]
|
H A D | ice_parser.c | 426 if (hw->debug_mask & ICE_DBG_PARSER) in ice_imem_parse_item() 582 if (hw->debug_mask & ICE_DBG_PARSER) in ice_metainit_parse_item() 832 if (hw->debug_mask & ICE_DBG_PARSER) in ice_pg_cam_parse_item() 861 if (hw->debug_mask & ICE_DBG_PARSER) in ice_pg_sp_cam_parse_item() 892 if (hw->debug_mask & ICE_DBG_PARSER) in ice_pg_nm_cam_parse_item() 926 if (hw->debug_mask & ICE_DBG_PARSER) in ice_pg_nm_sp_cam_parse_item() 1351 if (hw->debug_mask & ICE_DBG_PARSER) in ice_bst_parse_item() 1389 if (hw->debug_mask & ICE_DBG_PARSER) in ice_parse_lbl_item() 1465 if (hw->debug_mask & ICE_DBG_PARSER) in ice_parse_ptype_mk_tcam_item() 1541 if (hw->debug_mask & ICE_DBG_PARSER) in ice_mk_grp_parse_item() [all …]
|
H A D | ice_type.h | 64 #define ICE_DBG_PARSER BIT_ULL(28) macro
|
H A D | ice_virtchnl_fdir.c | 869 if (hw->debug_mask & ICE_DBG_PARSER) in ice_vc_fdir_parse_raw() 884 if (hw->debug_mask & ICE_DBG_PARSER) in ice_vc_fdir_parse_raw()
|