Searched refs:ICE_DBG_NVM (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_nvm.c | 570 ice_debug(hw, ICE_DBG_NVM, "Failed to read DEV starter version.\n"); in ice_get_nvm_ver_info() 579 ice_debug(hw, ICE_DBG_NVM, "Failed to read EETRACK lo.\n"); in ice_get_nvm_ver_info() 584 ice_debug(hw, ICE_DBG_NVM, "Failed to read EETRACK hi.\n"); in ice_get_nvm_ver_info() 645 ice_debug(hw, ICE_DBG_NVM, "Unable to read Option ROM data\n"); in ice_get_orom_civd_data() 660 ice_debug(hw, ICE_DBG_NVM, "Found CIVD section at offset %u\n", in ice_get_orom_civd_data() 846 ice_debug(hw, ICE_DBG_NVM, "%s: New upper bound of %u bytes\n", in ice_discover_flash_size() 851 ice_debug(hw, ICE_DBG_NVM, "%s: New lower bound of %u bytes\n", in ice_discover_flash_size() 954 ice_debug(hw, ICE_DBG_NVM, "Shadow RAM control word is invalid\n"); in ice_determine_active_flash_banks() 975 ice_debug(hw, ICE_DBG_NVM, "Failed to read NVM bank pointer\n"); in ice_determine_active_flash_banks() 981 ice_debug(hw, ICE_DBG_NVM, "Failed to read NVM bank area size\n"); in ice_determine_active_flash_banks() [all …]
|
A D | ice_vlan_mode.c | 164 ice_debug(hw, ICE_DBG_NVM, "Failed to get VLAN mode, status %d\n", in ice_fw_supports_dvm()
|
A D | ice_type.h | 46 #define ICE_DBG_NVM BIT_ULL(7) macro
|
Completed in 12 milliseconds