bnx2x_vf_mbx_msg
struct bnx2x_vf_mbx_msg *vf2pf_mbox;
BP_VF_MBX(bp, vfid)->msg = (struct bnx2x_vf_mbx_msg *)
sizeof(struct bnx2x_vf_mbx_msg));
sizeof(struct bnx2x_vf_mbx_msg));
#define MBX_MSG_ALIGNED_SIZE (roundup(sizeof(struct bnx2x_vf_mbx_msg), \
struct bnx2x_vf_mbx_msg *msg;
offsetof(struct bnx2x_vf_mbx_msg, resp);
memset(bp->vf2pf_mbox, 0, sizeof(struct bnx2x_vf_mbx_msg));