Home
last modified time | relevance | path

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

/linux-2.6.39/firmware/
DMakefile39 bnx2/bnx2-rv2p-09-6.0.17.fw \
40 bnx2/bnx2-rv2p-09ax-6.0.17.fw \
42 bnx2/bnx2-rv2p-06-6.0.15.fw
DWHENCE703 File: bnx2/bnx2-rv2p-06-6.0.15.fw
705 File: bnx2/bnx2-rv2p-09-6.0.17.fw
706 File: bnx2/bnx2-rv2p-09ax-6.0.17.fw
/linux-2.6.39/drivers/net/
Dbnx2.c3646 check_fw_section(bp->rv2p_firmware, &rv2p_fw->proc1.rv2p, 8, true) || in bnx2_request_firmware()
3647 check_fw_section(bp->rv2p_firmware, &rv2p_fw->proc2.rv2p, 8, true)) { in bnx2_request_firmware()
3676 rv2p_code_len = be32_to_cpu(fw_entry->rv2p.len); in load_rv2p_fw()
3677 file_offset = be32_to_cpu(fw_entry->rv2p.offset); in load_rv2p_fw()
Dbnx2.h6978 struct bnx2_fw_file_section rv2p; member