Searched refs:ICE_DBG_NVM (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_nvm.c | 78 ice_debug(hw, ICE_DBG_NVM, "NVM error: requested offset is beyond Shadow RAM limit\n"); in ice_read_flat_nvm() 271 ice_debug(hw, ICE_DBG_NVM, "Unexpected value for flash module: 0x%04x\n", module); in ice_get_flash_bank_offset() 283 ice_debug(hw, ICE_DBG_NVM, "Unexpected value for active flash bank: %u\n", in ice_get_flash_bank_offset() 299 ice_debug(hw, ICE_DBG_NVM, "Unexpected value for flash bank selection: %u\n", bank); in ice_get_flash_bank_offset() 329 ice_debug(hw, ICE_DBG_NVM, "Unable to calculate flash bank offset for module 0x%04x\n", in ice_read_flash_module() 584 ice_debug(hw, ICE_DBG_NVM, "Failed to read DEV starter version.\n"); in ice_get_nvm_ver_info() 593 ice_debug(hw, ICE_DBG_NVM, "Failed to read EETRACK lo.\n"); in ice_get_nvm_ver_info() 598 ice_debug(hw, ICE_DBG_NVM, "Failed to read EETRACK hi.\n"); in ice_get_nvm_ver_info() 659 ice_debug(hw, ICE_DBG_NVM, "Unable to read Option ROM data\n"); in ice_get_orom_civd_data() 674 ice_debug(hw, ICE_DBG_NVM, "Found CIVD section at offset %u\n", in ice_get_orom_civd_data() [all …]
|
H 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()
|
H A D | ice_type.h | 46 #define ICE_DBG_NVM BIT_ULL(7) macro
|