pf_vf_msg_acquire_resp
struct pf_vf_msg_acquire_resp acquire_resp;
sizeof(struct pf_vf_msg_acquire_resp)}
struct pf_vf_msg_acquire_resp * p_sw_resp = (struct pf_vf_msg_acquire_resp *)pdev->pf_vf_acquiring_resp;
struct pf_vf_msg_acquire_resp * p_sw_resp = (struct pf_vf_msg_acquire_resp *)pdev->pf_vf_acquiring_resp;
struct pf_vf_msg_acquire_resp * p_sw_resp = (struct pf_vf_msg_acquire_resp *)pdev->pf_vf_acquiring_resp;
struct pf_vf_msg_acquire_resp * sw_resp = NULL;
sw_resp = (struct pf_vf_msg_acquire_resp *)((u8_t*)sw_mess + sw_mess->hdr.resp_msg_offset);
struct pf_vf_msg_acquire_resp * presp;
pdev->pf_vf_acquiring_resp = mm_alloc_mem(pdev, sizeof(struct pf_vf_msg_acquire_resp),LM_RESOURCE_COMMON);
DbgMessage(pdev, FATAL, "VF_PF Channel: pdev->pf_vf_acquiring_resp is allocated (%db)\n",sizeof(struct pf_vf_msg_acquire_resp));
presp = (struct pf_vf_msg_acquire_resp *)pdev->pf_vf_acquiring_resp;
mm_memcpy(pdev->pf_vf_acquiring_resp, sw_resp, sizeof(struct pf_vf_msg_acquire_resp));
struct pf_vf_msg_acquire_resp * presp = NULL;
presp = (struct pf_vf_msg_acquire_resp *)pdev->pf_vf_acquiring_resp;
struct pf_vf_msg_acquire_resp * resp = NULL;
resp = (struct pf_vf_msg_acquire_resp *)pdev->pf_vf_acquiring_resp;
struct pf_vf_msg_acquire_resp * presp;
presp = (struct pf_vf_msg_acquire_resp *)pdev->pf_vf_acquiring_resp;
struct pf_vf_msg_acquire_resp * presp;
presp = (struct pf_vf_msg_acquire_resp *)pdev->pf_vf_acquiring_resp;
struct pf_vf_msg_acquire_resp * presp = (struct pf_vf_msg_acquire_resp *)pdev->pf_vf_acquiring_resp;
vf_info->pf_vf_response.response_size = sizeof(struct pf_vf_msg_acquire_resp);
received_length = length = sizeof(struct pf_vf_msg_acquire_resp);
struct pf_vf_msg_acquire_resp* response = NULL;