bnx_firmware_header
struct bnx_firmware_header *bf;
bf = (struct bnx_firmware_header *)malloc(sizeof *bf);
struct bnx_firmware_header *hdr = bfw->fw;
if (size < sizeof(struct bnx_firmware_header)) {
hdr = (struct bnx_firmware_header *)p;
struct bnx_firmware_header *fw;