Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbnx2.c3707 const struct bnx2_rv2p_fw_file *rv2p_fw; in bnx2_request_uncached_firmware() local
3734 rv2p_fw = (const struct bnx2_rv2p_fw_file *) bp->rv2p_firmware->data; in bnx2_request_uncached_firmware()
3745 if (bp->rv2p_firmware->size < sizeof(*rv2p_fw) || in bnx2_request_uncached_firmware()
3746 check_fw_section(bp->rv2p_firmware, &rv2p_fw->proc1.rv2p, 8, true) || in bnx2_request_uncached_firmware()
3747 check_fw_section(bp->rv2p_firmware, &rv2p_fw->proc2.rv2p, 8, true)) { in bnx2_request_uncached_firmware()
3917 const struct bnx2_rv2p_fw_file *rv2p_fw = in bnx2_init_cpus() local
3922 load_rv2p_fw(bp, RV2P_PROC1, &rv2p_fw->proc1); in bnx2_init_cpus()
3923 load_rv2p_fw(bp, RV2P_PROC2, &rv2p_fw->proc2); in bnx2_init_cpus()