Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_fw_file_hdr.h24 struct bnx2x_fw_file_section init_ops_offsets; member
Dbnx2x.h1494 u16 *init_ops_offsets; member
1509 #define INIT_OPS_OFFSETS(bp) (bp->init_ops_offsets)
Dbnx2x_main.c11052 offset = be32_to_cpu(fw_hdr->init_ops_offsets.offset); in bnx2x_check_firmware()
11056 for (i = 0; i < be32_to_cpu(fw_hdr->init_ops_offsets.len) / 2; i++) { in bnx2x_check_firmware()
11198 BNX2X_ALLOC_AND_SET(init_ops_offsets, init_offsets_alloc_err, in bnx2x_init_firmware()
11224 kfree(bp->init_ops_offsets); in bnx2x_init_firmware()
11238 kfree(bp->init_ops_offsets); in bnx2x_release_firmware()