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 D | ecore_selftest.c | 125 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 D | ecore_mcp.c | 3330 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 D | ecore_mcp_api.h | 1172 u32 *num_images);
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/ |
H A D | append.h | 120 u32 num_images; member
|
H A D | nvm_map.h | 181 u32 num_images; member
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/ |
H A D | common_nvm.h | 58 extern int validate_dir(u32 bundle_id, u32 num_images);
|