Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_fw_file_hdr.h26 struct bnx2x_fw_file_section init_ops_offsets; member
Dbnx2x.h1831 u16 *init_ops_offsets; member
1846 #define INIT_OPS_OFFSETS(bp) (bp->init_ops_offsets)
Dbnx2x_main.c13281 offset = be32_to_cpu(fw_hdr->init_ops_offsets.offset); in bnx2x_check_firmware()
13285 for (i = 0; i < be32_to_cpu(fw_hdr->init_ops_offsets.len) / 2; i++) { in bnx2x_check_firmware()
13426 BNX2X_ALLOC_AND_SET(init_ops_offsets, init_offsets_alloc_err, in bnx2x_init_firmware()
13452 kfree(bp->init_ops_offsets); in bnx2x_init_firmware()
13466 kfree(bp->init_ops_offsets); in bnx2x_release_firmware()