Searched refs:ICE_DBG_INIT (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_vlan_mode.c | 257 …ice_debug(hw, ICE_DBG_INIT, "Failed to update RID %d lkup_idx %d fv_idx %d mask_valid %s mask 0x%0… in ice_dvm_update_dflt_recipes() 321 ice_debug(hw, ICE_DBG_INIT, "Failed to set double VLAN mode parameters, status %d\n", in ice_set_dvm() 328 ice_debug(hw, ICE_DBG_INIT, "Failed to update default recipes for double VLAN mode, status %d\n", in ice_set_dvm() 336 ice_debug(hw, ICE_DBG_INIT, "Failed to set port in double VLAN mode, status %d\n", in ice_set_dvm() 343 ice_debug(hw, ICE_DBG_INIT, "Failed to set boost TCAM entries for double VLAN mode, status %d\n", in ice_set_dvm() 362 ice_debug(hw, ICE_DBG_INIT, "Failed to set port parameters for single VLAN mode\n"); in ice_set_svm() 378 ice_debug(hw, ICE_DBG_INIT, "Failed to configure port in single VLAN mode\n"); in ice_set_svm()
|
| H A D | ice_common.c | 183 ice_debug(hw, ICE_DBG_INIT, "mac_type: %d\n", hw->mac_type); in ice_set_mac_type() 1213 ice_debug(hw, ICE_DBG_INIT, "CoreR requested\n"); in ice_reset() 1217 ice_debug(hw, ICE_DBG_INIT, "GlobalR requested\n"); in ice_reset() 2318 ice_debug(hw, ICE_DBG_INIT, "%s: max_mtu = %d\n", in ice_parse_common_caps() 2323 ice_debug(hw, ICE_DBG_INIT, in ice_parse_common_caps() 2329 ice_debug(hw, ICE_DBG_INIT, in ice_parse_common_caps() 2349 ice_debug(hw, ICE_DBG_INIT, in ice_parse_common_caps() 2353 ice_debug(hw, ICE_DBG_INIT, in ice_parse_common_caps() 2357 ice_debug(hw, ICE_DBG_INIT, in ice_parse_common_caps() 2361 ice_debug(hw, ICE_DBG_INIT, in ice_parse_common_caps() [all …]
|
| H A D | ice_nvm.c | 436 ice_debug(hw, ICE_DBG_INIT, "Preserved Field Array pointer.\n"); in ice_get_pfa_module_tlv() 441 ice_debug(hw, ICE_DBG_INIT, "Failed to read PFA length.\n"); in ice_get_pfa_module_tlv() 455 ice_debug(hw, ICE_DBG_INIT, "Failed to read TLV type.\n"); in ice_get_pfa_module_tlv() 461 ice_debug(hw, ICE_DBG_INIT, "Failed to read TLV length.\n"); in ice_get_pfa_module_tlv() 500 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Block TLV.\n"); in ice_read_pba_string() 507 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Section size.\n"); in ice_read_pba_string() 512 ice_debug(hw, ICE_DBG_INIT, "Invalid PBA Block TLV size.\n"); in ice_read_pba_string() 521 ice_debug(hw, ICE_DBG_INIT, "Buffer too small for PBA data.\n"); in ice_read_pba_string() 528 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Block word %d.\n", i); in ice_read_pba_string() 1015 ice_debug(hw, ICE_DBG_INIT, "Failed to read NVM info.\n"); in ice_init_nvm() [all …]
|
| H A D | ice_flex_pipe.c | 1268 ice_debug(hw, ICE_DBG_INIT, "Pkg using segment id: 0x%08X\n", in ice_init_pkg_info() 1499 ice_debug(hw, ICE_DBG_INIT, "Package version check failed.\n"); in ice_chk_pkg_compat() 1507 ice_debug(hw, ICE_DBG_INIT, "no ice segment in package.\n"); in ice_chk_pkg_compat() 1659 ice_debug(hw, ICE_DBG_INIT, "failed to verify pkg (err: %d)\n", in ice_init_pkg() 1704 ice_debug(hw, ICE_DBG_INIT, "package load failed, %d\n", in ice_init_pkg() 4681 ice_debug(hw, ICE_DBG_INIT, "Unable to update HW profile\n"); in ice_upd_prof_hw() 4701 ice_debug(hw, ICE_DBG_INIT, "fd mask(%d): %x = %x\n", prof_id, in ice_update_fd_mask() 4884 ice_debug(hw, ICE_DBG_INIT, "swap wr(%d, %d): %x = %08x\n", in ice_update_fd_swap() 4890 ice_debug(hw, ICE_DBG_INIT, "inset wr(%d, %d): %x = %08x\n", in ice_update_fd_swap() 4980 ice_debug(hw, ICE_DBG_INIT, "swap wr(%d, %d): %x = %08x\n", in ice_disable_fd_swap() [all …]
|
| H A D | ice_type.h | 117 #define ICE_DBG_INIT BIT_ULL(1) macro
|