Searched refs:num_images (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_selftest.c | 116 u32 num_images, i, j, nvm_crc, calc_crc; in qed_selftest_nvram() local 128 rc = qed_mcp_bist_nvm_get_num_images(p_hwfn, p_ptt, &num_images); in qed_selftest_nvram() 129 if (rc || !num_images) { in qed_selftest_nvram() 136 for (i = 0; i < num_images; i++) { in qed_selftest_nvram()
|
D | qed_mcp.c | 2716 u32 *num_images) in qed_mcp_bist_nvm_get_num_images() argument 2725 drv_mb_param, &rsp, num_images); in qed_mcp_bist_nvm_get_num_images() 2779 nvm_info.num_images = 0; in qed_mcp_nvm_info_populate() 2781 p_ptt, &nvm_info.num_images); in qed_mcp_nvm_info_populate() 2785 } else if (rc || !nvm_info.num_images) { in qed_mcp_nvm_info_populate() 2790 nvm_info.image_att = kmalloc_array(nvm_info.num_images, in qed_mcp_nvm_info_populate() 2799 for (i = 0; i < nvm_info.num_images; i++) { in qed_mcp_nvm_info_populate() 2813 if (nvm_info.num_images) { in qed_mcp_nvm_info_populate() 2814 p_hwfn->nvm_info.num_images = nvm_info.num_images; in qed_mcp_nvm_info_populate() 2862 for (i = 0; i < p_hwfn->nvm_info.num_images; i++) in qed_mcp_get_nvm_image_att() [all …]
|
D | qed_mcp.h | 585 u32 *num_images);
|
D | qed.h | 507 u32 num_images; member
|
D | qed_main.c | 1709 for (i = 0; i < p_hwfn->nvm_info.num_images; i++) in qed_nvm_flash_image_access() 1712 if (i == p_hwfn->nvm_info.num_images) { in qed_nvm_flash_image_access()
|
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | liquidio_image.h | 48 __be32 num_images; member
|
D | octeon_console.c | 857 if (be32_to_cpu(h->num_images) > LIO_MAX_IMAGES) { in octeon_download_firmware() 859 be32_to_cpu(h->num_images)); in octeon_download_firmware() 870 be32_to_cpu(h->num_images)); in octeon_download_firmware() 872 for (i = 0; i < be32_to_cpu(h->num_images); i++) { in octeon_download_firmware()
|
/Linux-v4.19/drivers/scsi/aic94xx/ |
D | aic94xx_sds.h | 107 u32 num_images; /* Number of images in the file */ member
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 1394 u32 num_images; member
|
D | be_cmds.c | 2945 for (i = 0; i < le32_to_cpu(fsec->fsec_hdr.num_images); i++) { in be_flash_skyhawk()
|