Searched refs:read_shadow_ram (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_nvm.c | 14 * @read_shadow_ram: tell if this is a shadow RAM read 21 void *data, bool last_command, bool read_shadow_ram, in ice_aq_read_nvm() 34 if (!read_shadow_ram && module_typeid == ICE_AQC_NVM_START_POINT) in ice_aq_read_nvm() 54 * @read_shadow_ram: if true, read from shadow RAM instead of NVM 65 bool read_shadow_ram) in ice_read_flat_nvm() 75 if (read_shadow_ram && ((offset + inlen) > (hw->nvm.sr_words * 2u))) { in ice_read_flat_nvm() 98 read_shadow_ram, NULL); in ice_read_flat_nvm() 20 ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length, void *data, bool last_command, bool read_shadow_ram, struct ice_sq_cd *cd) ice_aq_read_nvm() argument 64 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data, bool read_shadow_ram) ice_read_flat_nvm() argument
|
H A D | ice_nvm.h | 12 bool read_shadow_ram);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_nvm.c | 16 * @read_shadow_ram: tell if this is a shadow RAM read 23 void *data, bool last_command, bool read_shadow_ram, in ice_aq_read_nvm() 36 if (!read_shadow_ram && module_typeid == ICE_AQC_NVM_START_POINT) in ice_aq_read_nvm() 56 * @read_shadow_ram: if true, read from shadow RAM instead of NVM 67 bool read_shadow_ram) in ice_read_flat_nvm() 77 if (read_shadow_ram && ((offset + inlen) > (hw->flash.sr_words * 2u))) { in ice_read_flat_nvm() 99 read_shadow_ram, NULL); in ice_read_flat_nvm() 22 ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length, void *data, bool last_command, bool read_shadow_ram, struct ice_sq_cd *cd) ice_aq_read_nvm() argument 66 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data, bool read_shadow_ram) ice_read_flat_nvm() argument
|
H A D | ice_nvm.h | 19 bool read_shadow_ram);
|
H A D | ice_devlink.c | 1665 bool read_shadow_ram; in ice_devlink_nvm_snapshot() local 1672 read_shadow_ram = false; in ice_devlink_nvm_snapshot() 1675 read_shadow_ram = true; in ice_devlink_nvm_snapshot() 1709 &read_sz, tmp, read_shadow_ram); in ice_devlink_nvm_snapshot() 1754 bool read_shadow_ram; in ice_devlink_nvm_read() local 1759 read_shadow_ram = false; in ice_devlink_nvm_read() 1762 read_shadow_ram = true; in ice_devlink_nvm_read() 1783 read_shadow_ram); in ice_devlink_nvm_read()
|
Completed in 6 milliseconds