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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_file_hdr.h26 struct bnx2x_fw_file_section init_ops_offsets; member in struct:bnx2x_fw_file_hdr
H A Dbnx2x.h1733 u16 *init_ops_offsets; member in struct:bnx2x
1748 #define INIT_OPS_OFFSETS(bp) (bp->init_ops_offsets)
H A Dbnx2x_main.c13293 offset = be32_to_cpu(fw_hdr->init_ops_offsets.offset);
13297 for (i = 0; i < be32_to_cpu(fw_hdr->init_ops_offsets.len) / 2; i++) {
13451 BNX2X_ALLOC_AND_SET(init_ops_offsets, init_offsets_alloc_err,
13477 kfree(bp->init_ops_offsets);
13491 kfree(bp->init_ops_offsets);

Completed in 210 milliseconds