Searched refs:check_fw_section (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 3658 check_fw_section(const struct firmware *fw, in check_fw_section() function 3677 if (check_fw_section(fw, &entry->text, 4, true) || in check_mips_fw_entry() 3678 check_fw_section(fw, &entry->data, 4, false) || in check_mips_fw_entry() 3679 check_fw_section(fw, &entry->rodata, 4, false)) in check_mips_fw_entry() 3736 check_fw_section(bp->rv2p_firmware, &rv2p_fw->proc1.rv2p, 8, true) || in bnx2_request_uncached_firmware() 3737 check_fw_section(bp->rv2p_firmware, &rv2p_fw->proc2.rv2p, 8, true)) { in bnx2_request_uncached_firmware()
|