Searched refs:num_images (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/qlogic/qed/ |
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()
|
D | qed_mcp.c | 3304 u32 *num_images) in qed_mcp_bist_nvm_get_num_images() argument 3313 drv_mb_param, &rsp, num_images); in qed_mcp_bist_nvm_get_num_images() 3367 nvm_info.num_images = 0; in qed_mcp_nvm_info_populate() 3369 p_ptt, &nvm_info.num_images); in qed_mcp_nvm_info_populate() 3373 } else if (rc || !nvm_info.num_images) { in qed_mcp_nvm_info_populate() 3378 nvm_info.image_att = kmalloc_array(nvm_info.num_images, in qed_mcp_nvm_info_populate() 3387 for (i = 0; i < nvm_info.num_images; i++) { in qed_mcp_nvm_info_populate() 3401 if (nvm_info.num_images) { in qed_mcp_nvm_info_populate() 3402 p_hwfn->nvm_info.num_images = nvm_info.num_images; in qed_mcp_nvm_info_populate() 3464 for (i = 0; i < p_hwfn->nvm_info.num_images; i++) in qed_mcp_get_nvm_image_att() [all …]
|
D | qed_mcp.h | 698 u32 *num_images);
|
D | qed.h | 491 u32 num_images; member
|
D | qed_mfw_hsi.h | 2339 u32 num_images; member 2358 u32 num_images; member
|
D | qed_main.c | 2323 for (i = 0; i < p_hwfn->nvm_info.num_images; i++) in qed_nvm_flash_image_access() 2326 if (i == p_hwfn->nvm_info.num_images) { in qed_nvm_flash_image_access()
|
/linux-5.19.10/drivers/net/ethernet/cavium/liquidio/ |
D | liquidio_image.h | 48 __be32 num_images; member
|
D | octeon_console.c | 851 if (be32_to_cpu(h->num_images) > LIO_MAX_IMAGES) { in octeon_download_firmware() 853 be32_to_cpu(h->num_images)); in octeon_download_firmware() 864 be32_to_cpu(h->num_images)); in octeon_download_firmware() 866 for (i = 0; i < be32_to_cpu(h->num_images); i++) { in octeon_download_firmware()
|
/linux-5.19.10/drivers/scsi/aic94xx/ |
D | aic94xx_sds.h | 89 u32 num_images; /* Number of images in the file */ member
|
/linux-5.19.10/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 1390 u32 num_images; member
|
D | be_cmds.c | 2941 for (i = 0; i < le32_to_cpu(fsec->fsec_hdr.num_images); i++) { in be_flash_skyhawk()
|