Searched refs:check_fw_section (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/broadcom/ ! |
D | bnx2.c | 3660 check_fw_section(const struct firmware *fw, in check_fw_section() function 3679 if (check_fw_section(fw, &entry->text, 4, true) || in check_mips_fw_entry() 3680 check_fw_section(fw, &entry->data, 4, false) || in check_mips_fw_entry() 3681 check_fw_section(fw, &entry->rodata, 4, false)) in check_mips_fw_entry() 3738 check_fw_section(bp->rv2p_firmware, &rv2p_fw->proc1.rv2p, 8, true) || in bnx2_request_uncached_firmware() 3739 check_fw_section(bp->rv2p_firmware, &rv2p_fw->proc2.rv2p, 8, true)) { in bnx2_request_uncached_firmware()
|