Home
last modified time | relevance | path

Searched refs:nvm_image (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c2251 struct qed_nvm_image_att *nvm_image, in qed_nvm_flash_image_access_crc() argument
2264 buf, nvm_image->length); in qed_nvm_flash_image_access_crc()
2274 DIV_ROUND_UP(nvm_image->length - 4, 4)); in qed_nvm_flash_image_access_crc()
2302 struct qed_nvm_image_att nvm_image; in qed_nvm_flash_image_access() local
2327 nvm_image.start_addr + nvm_image.length - 1); in qed_nvm_flash_image_access()
2343 (nvm_image.start_addr + in qed_nvm_flash_image_access()
2344 nvm_image.length - 4), (u8 *)&crc, 4); in qed_nvm_flash_image_access()
2347 nvm_image.start_addr + nvm_image.length - 4, rc); in qed_nvm_flash_image_access()
2367 nvm_image.start_addr + offset); in qed_nvm_flash_image_access()
2378 nvm_image.start_addr + offset, in qed_nvm_flash_image_access()
[all …]
H A Dqed_mfw_hsi.h2399 #define GET_NVM_FIXED_AREA_SIZE(is_asic, is_e4) (sizeof(struct nvm_image) + \
2408 struct nvm_image { struct
2415 #define NVM_OFFSET(f) ((u32_t)((int_ptr_t)(&(((struct nvm_image *)0)->(f))))) argument