Home
last modified time | relevance | path

Searched refs:mips_fw_file (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c3696 const char *mips_fw_file, *rv2p_fw_file; in bnx2_request_uncached_firmware() local
3702 mips_fw_file = FW_MIPS_FILE_09; in bnx2_request_uncached_firmware()
3709 mips_fw_file = FW_MIPS_FILE_06; in bnx2_request_uncached_firmware()
3713 rc = request_firmware(&bp->mips_firmware, mips_fw_file, &bp->pdev->dev); in bnx2_request_uncached_firmware()
3715 pr_err("Can't load firmware file \"%s\"\n", mips_fw_file); in bnx2_request_uncached_firmware()
3732 pr_err("Firmware file \"%s\" is invalid\n", mips_fw_file); in bnx2_request_uncached_firmware()