Lines Matching refs:mips_firmware
3687 release_firmware(bp->mips_firmware); in bnx2_release_firmware()
3712 rc = request_firmware(&bp->mips_firmware, mips_fw_file, &bp->pdev->dev); in bnx2_request_uncached_firmware()
3723 mips_fw = (const struct bnx2_mips_fw_file *) bp->mips_firmware->data; in bnx2_request_uncached_firmware()
3725 if (bp->mips_firmware->size < sizeof(*mips_fw) || in bnx2_request_uncached_firmware()
3726 check_mips_fw_entry(bp->mips_firmware, &mips_fw->com) || in bnx2_request_uncached_firmware()
3727 check_mips_fw_entry(bp->mips_firmware, &mips_fw->cp) || in bnx2_request_uncached_firmware()
3728 check_mips_fw_entry(bp->mips_firmware, &mips_fw->rxp) || in bnx2_request_uncached_firmware()
3729 check_mips_fw_entry(bp->mips_firmware, &mips_fw->tpat) || in bnx2_request_uncached_firmware()
3730 check_mips_fw_entry(bp->mips_firmware, &mips_fw->txp)) { in bnx2_request_uncached_firmware()
3749 release_firmware(bp->mips_firmware); in bnx2_request_uncached_firmware()
3849 data = (__be32 *)(bp->mips_firmware->data + file_offset); in load_cpu_fw()
3863 data = (__be32 *)(bp->mips_firmware->data + file_offset); in load_cpu_fw()
3877 data = (__be32 *)(bp->mips_firmware->data + file_offset); in load_cpu_fw()
3904 (const struct bnx2_mips_fw_file *) bp->mips_firmware->data; in bnx2_init_cpus()