Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_nvm.c358 ice_debug(hw, ICE_DBG_INIT, "Preserved Field Array pointer.\n"); in ice_get_pfa_module_tlv()
363 ice_debug(hw, ICE_DBG_INIT, "Failed to read PFA length.\n"); in ice_get_pfa_module_tlv()
377 ice_debug(hw, ICE_DBG_INIT, "Failed to read TLV type.\n"); in ice_get_pfa_module_tlv()
383 ice_debug(hw, ICE_DBG_INIT, "Failed to read TLV length.\n"); in ice_get_pfa_module_tlv()
422 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Block TLV.\n"); in ice_read_pba_string()
429 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Section size.\n"); in ice_read_pba_string()
434 ice_debug(hw, ICE_DBG_INIT, "Invalid PBA Block TLV size.\n"); in ice_read_pba_string()
443 ice_debug(hw, ICE_DBG_INIT, "Buffer too small for PBA data.\n"); in ice_read_pba_string()
602 ice_debug(hw, ICE_DBG_INIT, "Failed to read OROM_VER hi.\n"); in ice_get_orom_ver_info()
609 ice_debug(hw, ICE_DBG_INIT, "Failed to read OROM_VER lo.\n"); 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()
1004 ice_debug(hw, ICE_DBG_INIT, "CoreR requested\n"); in ice_reset()
1008 ice_debug(hw, ICE_DBG_INIT, "GlobalR requested\n"); in ice_reset()
1864 ice_debug(hw, ICE_DBG_INIT, "%s: num_rxq = %d\n", prefix, in ice_parse_common_caps()
1866 ice_debug(hw, ICE_DBG_INIT, "%s: rxq_first_id = %d\n", prefix, in ice_parse_common_caps()
1872 ice_debug(hw, ICE_DBG_INIT, "%s: num_txq = %d\n", prefix, in ice_parse_common_caps()
1874 ice_debug(hw, ICE_DBG_INIT, "%s: txq_first_id = %d\n", prefix, in ice_parse_common_caps()
1887 ice_debug(hw, ICE_DBG_INIT, "%s: max_mtu = %d\n", in ice_parse_common_caps()
1936 ice_debug(hw, ICE_DBG_INIT, "func caps: guar_num_vsi = %d\n", in ice_parse_vsi_func_caps()
1963 ice_debug(hw, ICE_DBG_INIT, "func caps: fd_fltr_guar = %d\n", in ice_parse_fdir_func_caps()
[all …]
H A Dice_flex_pipe.c1312 ice_debug(hw, ICE_DBG_INIT, "Package version check failed.\n"); in ice_chk_pkg_compat()
1320 ice_debug(hw, ICE_DBG_INIT, "no ice segment in package.\n"); in ice_chk_pkg_compat()
1343 ice_debug(hw, ICE_DBG_INIT, "OS package is not compatible with NVM.\n"); in ice_chk_pkg_compat()
1472 ice_debug(hw, ICE_DBG_INIT, "failed to verify pkg (err: %d)\n", in ice_init_pkg()
1493 ice_debug(hw, ICE_DBG_INIT, "package previously loaded - no work.\n"); in ice_init_pkg()
1516 ice_debug(hw, ICE_DBG_INIT, "package load failed, %d\n", in ice_init_pkg()
4369 ice_debug(hw, ICE_DBG_INIT, "Unable to update HW profile\n"); in ice_upd_prof_hw()
4389 ice_debug(hw, ICE_DBG_INIT, "fd mask(%d): %x = %x\n", prof_id, in ice_update_fd_mask()
4566 ice_debug(hw, ICE_DBG_INIT, "swap wr(%d, %d): %x = %08x\n", in ice_update_fd_swap()
4572 ice_debug(hw, ICE_DBG_INIT, "inset wr(%d, %d): %x = %08x\n", in ice_update_fd_swap()
[all …]
H A Dice_type.h117 #define ICE_DBG_INIT BIT_ULL(1) macro