Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_fw_file_hdr.h26 struct bnx2x_fw_file_section init_ops_offsets; member
Dbnx2x.h1731 u16 *init_ops_offsets; member
1746 #define INIT_OPS_OFFSETS(bp) (bp->init_ops_offsets)
Dbnx2x_main.c13394 offset = be32_to_cpu(fw_hdr->init_ops_offsets.offset); in bnx2x_check_firmware()
13398 for (i = 0; i < be32_to_cpu(fw_hdr->init_ops_offsets.len) / 2; i++) { in bnx2x_check_firmware()
13540 BNX2X_ALLOC_AND_SET(init_ops_offsets, init_offsets_alloc_err, in bnx2x_init_firmware()
13566 kfree(bp->init_ops_offsets); in bnx2x_init_firmware()
13580 kfree(bp->init_ops_offsets); in bnx2x_release_firmware()