Home
last modified time | relevance | path

Searched refs:debug_mask (Results 1 – 19 of 19) sorted by relevance

/dpdk/drivers/net/ice/base/
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_xlt_kb.c121 if (hw->debug_mask & ICE_DBG_PARSER) in _parse_kb_data()
H A Dice_imem.c228 if (hw->debug_mask & ICE_DBG_PARSER) in _imem_parse_item()
H A Dice_osdep.h151 if (((m) & (h)->debug_mask)) \
H A Dice_type.h1124 u64 debug_mask; /* BITMAP for debug mask */ member
H A Dice_controlq.c874 if (!((ICE_DBG_AQ_DESC | ICE_DBG_AQ_DESC_BUF) & hw->debug_mask)) in ice_debug_cq()
/dpdk/drivers/common/iavf/
H A Diavf_osdep.h153 if (((m) & (h)->debug_mask)) \
H A Diavf_type.h360 u32 debug_mask; member
H A Diavf_common.c272 if ((!(mask & hw->debug_mask)) || (desc == NULL)) in iavf_debug_aq()
/dpdk/drivers/net/i40e/base/
H A Di40e_osdep.h96 if (((m) & (h)->debug_mask)) \
H A Di40e_type.h765 u32 debug_mask; member
H A Di40e_common.c309 u32 effective_mask = hw->debug_mask & mask; in i40e_debug_aq()
/dpdk/drivers/net/ice/
H A Dice_ethdev.c2011 &parse_u64, &ad->hw.debug_mask); in ice_parse_devargs()