Searched refs:read_shadow_ram (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/ice/ |
| H A D | ice_nvm.h | 117 void *data, bool last_command, bool read_shadow_ram, 121 bool read_shadow_ram);
|
| H A D | ice_nvm.c | 44 * @read_shadow_ram: tell if this is a shadow RAM read 51 void *data, bool last_command, bool read_shadow_ram, in ice_aq_read_nvm() argument 66 if (!read_shadow_ram && module_typeid == ICE_AQC_NVM_START_POINT) in ice_aq_read_nvm() 86 * @read_shadow_ram: if true, read from shadow RAM instead of NVM 97 bool read_shadow_ram) in ice_read_flat_nvm() argument 109 if (read_shadow_ram && ((offset + inlen) > (hw->flash.sr_words * 2u))) { in ice_read_flat_nvm() 135 read_shadow_ram, NULL); in ice_read_flat_nvm()
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe_e610.h | 113 bool read_shadow_ram); 147 u8 *data, bool read_shadow_ram);
|
| H A D | ixgbe_e610.c | 2132 bool read_shadow_ram) in ixgbe_aci_read_nvm() argument 2144 if (!read_shadow_ram && module_typeid == IXGBE_ACI_NVM_START_POINT) in ixgbe_aci_read_nvm() 3349 u8 *data, bool read_shadow_ram) in ixgbe_read_flat_nvm() argument 3359 if (read_shadow_ram && ((offset + inlen) > in ixgbe_read_flat_nvm() 3385 read_shadow_ram); in ixgbe_read_flat_nvm()
|