Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/
Dbnx2.c3656 const char *mips_fw_file, *rv2p_fw_file; in bnx2_request_uncached_firmware() local
3662 mips_fw_file = FW_MIPS_FILE_09; in bnx2_request_uncached_firmware()
3669 mips_fw_file = FW_MIPS_FILE_06; in bnx2_request_uncached_firmware()
3673 rc = request_firmware(&bp->mips_firmware, mips_fw_file, &bp->pdev->dev); in bnx2_request_uncached_firmware()
3675 pr_err("Can't load firmware file \"%s\"\n", mips_fw_file); in bnx2_request_uncached_firmware()
3692 pr_err("Firmware file \"%s\" is invalid\n", mips_fw_file); in bnx2_request_uncached_firmware()