bnx_rv2p_header
struct bnx_rv2p_header *rh;
rh = (struct bnx_rv2p_header *)malloc(sizeof *rh);
struct bnx_rv2p_header *hdr = rv2p->fw;
if (size < sizeof(struct bnx_rv2p_header)) {
hdr = (struct bnx_rv2p_header *)p;
struct bnx_rv2p_header *fw;