Searched refs:num_images (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_selftest.c | 90 u32 num_images, i, j, nvm_crc, calc_crc; in qed_selftest_nvram() local 102 rc = qed_mcp_bist_nvm_get_num_images(p_hwfn, p_ptt, &num_images); in qed_selftest_nvram() 103 if (rc || !num_images) { in qed_selftest_nvram() 110 for (i = 0; i < num_images; i++) { in qed_selftest_nvram()
|
| H A D | qed_mcp.c | 3291 u32 *num_images) in qed_mcp_bist_nvm_get_num_images() argument 3300 drv_mb_param, &rsp, num_images); in qed_mcp_bist_nvm_get_num_images() 3356 nvm_info.num_images = 0; in qed_mcp_nvm_info_populate() 3358 p_ptt, &nvm_info.num_images); in qed_mcp_nvm_info_populate() 3361 nvm_info.num_images = 0; in qed_mcp_nvm_info_populate() 3363 } else if (rc || !nvm_info.num_images) { in qed_mcp_nvm_info_populate() 3368 nvm_info.image_att = kmalloc_array(nvm_info.num_images, in qed_mcp_nvm_info_populate() 3377 for (i = 0; i < nvm_info.num_images; i++) { in qed_mcp_nvm_info_populate() 3391 if (nvm_info.num_images) { in qed_mcp_nvm_info_populate() 3392 p_hwfn->nvm_info.num_images = nvm_info.num_images; in qed_mcp_nvm_info_populate() [all …]
|
| H A D | qed_mcp.h | 698 u32 *num_images);
|
| H A D | qed_mfw_hsi.h | 2339 u32 num_images; member 2358 u32 num_images; member
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | liquidio_image.h | 48 __be32 num_images; member
|
| H A D | octeon_console.c | 850 if (be32_to_cpu(h->num_images) > LIO_MAX_IMAGES) { in octeon_download_firmware() 852 be32_to_cpu(h->num_images)); in octeon_download_firmware() 863 be32_to_cpu(h->num_images)); in octeon_download_firmware() 865 for (i = 0; i < be32_to_cpu(h->num_images); i++) { in octeon_download_firmware()
|
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_sds.h | 89 u32 num_images; /* Number of images in the file */ member
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_cmds.c | 2946 for (i = 0; i < le32_to_cpu(fsec->fsec_hdr.num_images); i++) { in be_flash_skyhawk()
|