Searched refs:flash (Results 1 – 10 of 10) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_nvm.c | 195 if (hw->flash.blank_nvm_mode) in ice_acquire_nvm() 211 if (hw->flash.blank_nvm_mode) in ice_release_nvm() 231 struct ice_bank_info *banks = &hw->flash.banks; in ice_get_flash_bank_offset() 640 if (hw->flash.banks.orom_size < ICE_NVM_OROM_TRAILER_LENGTH) { in ice_get_orom_srev() 642 hw->flash.banks.orom_size); in ice_get_orom_srev() 812 hw->flash.flash_size = max_size; in ice_discover_flash_size() 895 struct ice_bank_info *banks = &hw->flash.banks; in ice_determine_active_flash_banks() 974 struct ice_flash_info *flash = &hw->flash; in ice_init_nvm() local 988 flash->sr_words = BIT(sr_size) * ICE_SR_WORDS_IN_1KB; in ice_init_nvm() 993 flash->blank_nvm_mode = false; in ice_init_nvm() [all …]
|
| H A D | ice_type.h | 1154 struct ice_flash_info flash; member
|
| H A D | ice_common.c | 875 orom = &hw->flash.orom; in ice_print_rollback_msg() 876 nvm = &hw->flash.nvm; in ice_print_rollback_msg()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.h | 354 volatile uint32_t *db_rec, bool flash) in mlx5_doorbell_ring() argument 369 if (flash) in mlx5_doorbell_ring()
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_hw_api.c | 257 if (mgr && mgr->ops && mgr->ops->flash) in opae_manager_flash() 258 return mgr->ops->flash(mgr, id, buf, size, status); in opae_manager_flash()
|
| H A D | opae_hw_api.h | 49 int (*flash)(struct opae_manager *mgr, int id, const char *buffer, member
|
| H A D | ifpga_api.c | 262 .flash = ifpga_mgr_flash,
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 4825 ver = hw->flash.orom.major; in ice_fw_version_get() 4826 patch = hw->flash.orom.patch; in ice_fw_version_get() 4827 build = hw->flash.orom.build; in ice_fw_version_get() 4831 hw->flash.nvm.major, in ice_fw_version_get() 4832 hw->flash.nvm.minor, in ice_fw_version_get() 4833 hw->flash.nvm.eetrack, in ice_fw_version_get() 4933 return hw->flash.flash_size; in ice_get_eeprom_length()
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_type.h | 772 struct txgbe_flash_info flash; member
|
| /dpdk/doc/guides/nics/ |
| H A D | cxgbe.rst | 86 Instructions on how to manually flash the firmware are given in section
|