Searched refs:image_att (Results 1 – 3 of 3) sorted by relevance
3711 if (!nvm_info.image_att) { in ecore_mcp_nvm_info_populate()3719 &nvm_info.image_att[i], in ecore_mcp_nvm_info_populate()3729 nvm_info.image_att[i].len); in ecore_mcp_nvm_info_populate()3735 if (p_hwfn->nvm_info.image_att) in ecore_mcp_nvm_info_populate()3737 p_hwfn->nvm_info.image_att = nvm_info.image_att; in ecore_mcp_nvm_info_populate()3745 OSAL_FREE(p_hwfn->p_dev, nvm_info.image_att); in ecore_mcp_nvm_info_populate()3807 struct ecore_nvm_image_att image_att; in ecore_mcp_get_nvm_image() local3817 if (image_att.length <= 4) { in ecore_mcp_get_nvm_image()3820 image_id, image_att.length); in ecore_mcp_get_nvm_image()3824 if (image_att.length > buffer_len) { in ecore_mcp_get_nvm_image()[all …]
581 struct bist_nvm_image_att *image_att; member
7689 struct ecore_nvm_image_att image_att; in qed_dbg_nvm_image_length() local7693 rc = ecore_mcp_get_nvm_image_att(p_hwfn, image_id, &image_att); in qed_dbg_nvm_image_length()7697 *length = image_att.length; in qed_dbg_nvm_image_length()