Home
last modified time | relevance | path

Searched refs:ICE_DBG_INIT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_nvm.c279 ice_debug(hw, ICE_DBG_INIT, "Preserved Field Array pointer.\n"); in ice_get_pfa_module_tlv()
284 ice_debug(hw, ICE_DBG_INIT, "Failed to read PFA length.\n"); in ice_get_pfa_module_tlv()
298 ice_debug(hw, ICE_DBG_INIT, "Failed to read TLV type.\n"); in ice_get_pfa_module_tlv()
304 ice_debug(hw, ICE_DBG_INIT, "Failed to read TLV length.\n"); in ice_get_pfa_module_tlv()
343 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Block TLV.\n"); in ice_read_pba_string()
350 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Section size.\n"); in ice_read_pba_string()
355 ice_debug(hw, ICE_DBG_INIT, "Invalid PBA Block TLV size.\n"); in ice_read_pba_string()
364 ice_debug(hw, ICE_DBG_INIT, "Buffer too small for PBA data.\n"); in ice_read_pba_string()
371 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Block word %d.\n", i); in ice_read_pba_string()
400 ice_debug(hw, ICE_DBG_INIT, in ice_get_orom_ver_info()
[all …]
H A Dice_common.c58 ice_debug(hw, ICE_DBG_INIT, "mac_type: %d\n", hw->mac_type); in ice_set_mac_type()
869 ice_debug(hw, ICE_DBG_INIT, "Failed to enable FW logging.\n"); in ice_init_hw()
1050 ice_debug(hw, ICE_DBG_INIT, in ice_check_reset()
1069 ice_debug(hw, ICE_DBG_INIT, in ice_check_reset()
1077 ice_debug(hw, ICE_DBG_INIT, in ice_check_reset()
1130 ice_debug(hw, ICE_DBG_INIT, in ice_pf_reset()
1158 ice_debug(hw, ICE_DBG_INIT, "CoreR requested\n"); in ice_reset()
1162 ice_debug(hw, ICE_DBG_INIT, "GlobalR requested\n"); in ice_reset()
1798 ice_debug(hw, ICE_DBG_INIT, in ice_parse_common_caps()
1804 ice_debug(hw, ICE_DBG_INIT, in ice_parse_common_caps()
[all …]
H A Dice_flex_pipe.c1086 ice_debug(hw, ICE_DBG_INIT, in ice_init_pkg_info()
1104 ice_debug(hw, ICE_DBG_INIT, in ice_init_pkg_info()
1290 ice_debug(hw, ICE_DBG_INIT, "Package version check failed.\n"); in ice_chk_pkg_compat()
1298 ice_debug(hw, ICE_DBG_INIT, "no ice segment in package.\n"); in ice_chk_pkg_compat()
1321 ice_debug(hw, ICE_DBG_INIT, in ice_chk_pkg_compat()
1369 ice_debug(hw, ICE_DBG_INIT, "failed to verify pkg (err: %d)\n", in ice_init_pkg()
1390 ice_debug(hw, ICE_DBG_INIT, in ice_init_pkg()
1413 ice_debug(hw, ICE_DBG_INIT, "package load failed, %d\n", in ice_init_pkg()
3264 ice_debug(hw, ICE_DBG_INIT, in ice_has_prof_vsig()
3509 ice_debug(hw, ICE_DBG_INIT, "Unable to update HW profile\n"); in ice_upd_prof_hw()
[all …]
H A Dice_type.h38 #define ICE_DBG_INIT BIT_ULL(1) macro