Searched refs:sw_resp (Results 1 – 1 of 1) sorted by relevance
1430 struct pf_vf_msg_acquire_resp * sw_resp = NULL; in lm_vf_pf_acquire_msg() local1499 … sw_resp = (struct pf_vf_msg_acquire_resp *)((u8_t*)sw_mess + sw_mess->hdr.resp_msg_offset); in lm_vf_pf_acquire_msg()1500 if (sw_resp->hdr.opcode != PFVF_OP_ACQUIRE) in lm_vf_pf_acquire_msg()1506 switch (sw_resp->hdr.status) in lm_vf_pf_acquire_msg()1515 … DbgMessage(pdev, FATAL, "VF_PF Channel: Status %d is not supported yet\n", sw_resp->hdr.status); in lm_vf_pf_acquire_msg()1519 … DbgMessage(pdev, FATAL, "VF_PF Channel: Unknown status %d\n", sw_resp->hdr.status); in lm_vf_pf_acquire_msg()1526 pdev->params.pf_acquire_status = sw_resp->hdr.status; in lm_vf_pf_acquire_msg()1595 mm_memcpy(pdev->pf_vf_acquiring_resp, sw_resp, sizeof(struct pf_vf_msg_acquire_resp)); in lm_vf_pf_acquire_msg()