Searched refs:ice_read_flat_nvm (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_nvm.c | 67 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data, in ice_read_flat_nvm() function 139 status = ice_read_flat_nvm(hw, offset * sizeof(u16), &bytes, in ice_read_sr_word_aq() 169 status = ice_read_flat_nvm(hw, offset * 2, &bytes, (u8 *)data, true); in ice_read_sr_buf_aq() 273 status = ice_read_flat_nvm(hw, start + offset * sizeof(u16), &bytes, in ice_read_flash_module() 652 status = ice_read_flat_nvm(hw, offset, &len, &data, false); in ice_discover_flash_size()
|
| H A D | ice_nvm.h | 95 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data,
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 4675 status = ice_read_flat_nvm(hw, eeprom->offset, &eeprom->length, in ice_get_eeprom()
|