Home
last modified time | relevance | path

Searched refs:ICE_DBG_TRACE (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_nvm.c30 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_read_nvm()
77 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_read_flat_nvm()
135 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_read_sr_word_aq()
166 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_read_sr_buf_aq()
193 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_acquire_nvm()
209 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_release_nvm()
309 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_read_flash_module()
782 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_discover_flash_size()
979 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_init_nvm()
1243 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_nvm_access_read()
[all …]
H A Dice_controlq.c39 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_adminq_init_regs()
67 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_sb_init_regs()
337 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_init_sq()
399 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_init_rq()
455 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_shutdown_sq()
520 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_shutdown_rq()
557 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_init_check_adminq()
595 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_init_ctrlq()
665 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_shutdown_ctrlq()
697 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_shutdown_all_ctrlq()
[all …]
H A Dice_osdep.h403 #ifndef ICE_DBG_TRACE
404 #define ICE_DBG_TRACE BIT_ULL(0) macro
H A Dice_flex_pipe.c840 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_acquire_global_cfg_lock()
872 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_acquire_change_lock()
886 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_release_change_lock()
912 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_download_pkg()
956 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_upload_section()
984 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_update_pkg()
1029 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_find_seg_in_pkg()
1207 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_get_pkg_info_list()
1226 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_download_pkg()
1262 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_init_pkg_info()
[all …]
H A Dice_common.c137 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_set_mac_type()
908 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_init_hw()
1926 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_req_res()
1995 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_release_res()
2025 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_acquire_res()
2080 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_release_res()
2114 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_alloc_free_res()
4190 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_add_lan_txq()
4242 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_dis_lan_txq()
H A Dice_switch.c3287 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_sw_rules()
3325 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_add_recipe()
3367 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_get_recipe()
3455 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_map_recipe_to_profile()
3484 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_get_recipe_to_profile()
4792 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_get_res_descs()
6067 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in _ice_set_vsi_promisc()
6330 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_remove_vsi_fltr_rule()
H A Dice_type.h116 #define ICE_DBG_TRACE BIT_ULL(0) /* for function-trace only */ macro