Home
last modified time | relevance | path

Searched refs:num_images (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_selftest.c125 u32 num_images, i, j, nvm_crc, calc_crc; in ecore_selftest_nvram() local
137 rc = ecore_mcp_bist_nvm_test_get_num_images(p_hwfn, p_ptt, &num_images); in ecore_selftest_nvram()
138 if ((rc != ECORE_SUCCESS) || (num_images == 0)) { in ecore_selftest_nvram()
144 for (i = 0; i < num_images; i++) { in ecore_selftest_nvram()
H A Decore_mcp.c3330 struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *num_images) in ecore_mcp_bist_nvm_test_get_num_images() argument
3339 drv_mb_param, &rsp, num_images); in ecore_mcp_bist_nvm_test_get_num_images()
3387 u32 num_images, i; in ecore_mcp_get_nvm_image_att() local
3408 rc = ecore_mcp_bist_nvm_test_get_num_images(p_hwfn, p_ptt, &num_images); in ecore_mcp_get_nvm_image_att()
3409 if (rc != ECORE_SUCCESS || !num_images) in ecore_mcp_get_nvm_image_att()
3412 for (i = 0; i < num_images; i++) { in ecore_mcp_get_nvm_image_att()
3421 if (i == num_images) { in ecore_mcp_get_nvm_image_att()
H A Decore_mcp_api.h1172 u32 *num_images);
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dappend.h120 u32 num_images; member
H A Dnvm_map.h181 u32 num_images; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/
H A Dcommon_nvm.h58 extern int validate_dir(u32 bundle_id, u32 num_images);