vf_pf_msg_setup_q
struct vf_pf_msg_setup_q setup_q;
{sizeof(struct vf_pf_msg_setup_q), sizeof(struct pf_vf_msg_resp)}
resp_offset = (sizeof(struct vf_pf_msg_setup_q) + CACHE_LINE_SIZE_MASK) & ~CACHE_LINE_SIZE_MASK;
struct vf_pf_msg_setup_q * mess = NULL;
mess = (struct vf_pf_msg_setup_q*)pf_mess->message_virt_addr;
struct vf_pf_msg_setup_q * request = NULL;