Searched refs:mips_fw (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 3698 const struct bnx2_mips_fw_file *mips_fw; in bnx2_request_uncached_firmware() local 3725 mips_fw = (const struct bnx2_mips_fw_file *) bp->mips_firmware->data; in bnx2_request_uncached_firmware() 3727 if (bp->mips_firmware->size < sizeof(*mips_fw) || in bnx2_request_uncached_firmware() 3728 check_mips_fw_entry(bp->mips_firmware, &mips_fw->com) || in bnx2_request_uncached_firmware() 3729 check_mips_fw_entry(bp->mips_firmware, &mips_fw->cp) || in bnx2_request_uncached_firmware() 3730 check_mips_fw_entry(bp->mips_firmware, &mips_fw->rxp) || in bnx2_request_uncached_firmware() 3731 check_mips_fw_entry(bp->mips_firmware, &mips_fw->tpat) || in bnx2_request_uncached_firmware() 3732 check_mips_fw_entry(bp->mips_firmware, &mips_fw->txp)) { in bnx2_request_uncached_firmware() 3907 const struct bnx2_mips_fw_file *mips_fw = in bnx2_init_cpus() local 3918 rc = load_cpu_fw(bp, &cpu_reg_rxp, &mips_fw in bnx2_init_cpus() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 3696 const struct bnx2_mips_fw_file *mips_fw; in bnx2_request_uncached_firmware() local 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() 3903 const struct bnx2_mips_fw_file *mips_fw = in bnx2_init_cpus() local 3913 load_cpu_fw(bp, &cpu_reg_rxp, &mips_fw in bnx2_init_cpus() [all...] |
Completed in 12 milliseconds