Searched refs:ICE_DBG_NVM (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/intel/ice/ |
| D | ice_nvm.c | 76 ice_debug(hw, ICE_DBG_NVM, "NVM error: requested offset is beyond Shadow RAM limit\n"); in ice_read_flat_nvm() 272 ice_debug(hw, ICE_DBG_NVM, "Unexpected value for flash module: 0x%04x\n", module); in ice_get_flash_bank_offset() 284 ice_debug(hw, ICE_DBG_NVM, "Unexpected value for active flash bank: %u\n", in ice_get_flash_bank_offset() 300 ice_debug(hw, ICE_DBG_NVM, "Unexpected value for flash bank selection: %u\n", bank); in ice_get_flash_bank_offset() 330 ice_debug(hw, ICE_DBG_NVM, "Unable to calculate flash bank offset for module 0x%04x\n", in ice_read_flash_module() 572 ice_debug(hw, ICE_DBG_NVM, "Failed to read DEV starter version.\n"); in ice_get_nvm_ver_info() 581 ice_debug(hw, ICE_DBG_NVM, "Failed to read EETRACK lo.\n"); in ice_get_nvm_ver_info() 586 ice_debug(hw, ICE_DBG_NVM, "Failed to read EETRACK hi.\n"); in ice_get_nvm_ver_info() 637 ice_debug(hw, ICE_DBG_NVM, "Unable to read Option ROM CIVD data\n"); in ice_get_orom_civd_data() 651 ice_debug(hw, ICE_DBG_NVM, "Found CIVD data with invalid checksum of %u\n", in ice_get_orom_civd_data() [all …]
|
| D | ice_type.h | 44 #define ICE_DBG_NVM BIT_ULL(7) macro
|