Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_file_hdr.h26 struct bnx2x_fw_file_section init_ops_offsets; member
H A Dbnx2x.h1732 u16 *init_ops_offsets; member
1747 #define INIT_OPS_OFFSETS(bp) (bp->init_ops_offsets)
H A Dbnx2x_main.c13366 offset = be32_to_cpu(fw_hdr->init_ops_offsets.offset); in bnx2x_check_firmware()
13370 for (i = 0; i < be32_to_cpu(fw_hdr->init_ops_offsets.len) / 2; i++) { in bnx2x_check_firmware()
13524 BNX2X_ALLOC_AND_SET(init_ops_offsets, init_offsets_alloc_err, in bnx2x_init_firmware()
13550 kfree(bp->init_ops_offsets); in bnx2x_init_firmware()
13564 kfree(bp->init_ops_offsets); in bnx2x_release_firmware()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_file_hdr.h26 struct bnx2x_fw_file_section init_ops_offsets; member
H A Dbnx2x.h1733 u16 *init_ops_offsets; member
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); in bnx2x_check_firmware()
13297 for (i = 0; i < be32_to_cpu(fw_hdr->init_ops_offsets.len) / 2; i++) { in bnx2x_check_firmware()
13451 BNX2X_ALLOC_AND_SET(init_ops_offsets, init_offsets_alloc_err, in bnx2x_init_firmware()
13477 kfree(bp->init_ops_offsets); in bnx2x_init_firmware()
13491 kfree(bp->init_ops_offsets); in bnx2x_release_firmware()

Completed in 41 milliseconds