Searched refs:hw_resp (Results 1 – 1 of 1) sorted by relevance
1431 struct pfvf_acquire_resp_tlv * hw_resp = NULL; in lm_vf_pf_acquire_msg() local1531 … hw_resp = (struct pfvf_acquire_resp_tlv *)((u8_t*)hw_mess + hw_mess->first_tlv.resp_msg_offset); in lm_vf_pf_acquire_msg()1532 if (hw_resp->hdr.tl.type != CHANNEL_TLV_ACQUIRE) in lm_vf_pf_acquire_msg()1538 switch (hw_resp->hdr.status) in lm_vf_pf_acquire_msg()1546 … DbgMessage(pdev, FATAL, "VF_PF Channel: Status %d is not supported yet\n", hw_resp->hdr.status); in lm_vf_pf_acquire_msg()1550 … DbgMessage(pdev, FATAL, "VF_PF Channel: Unknown status %d\n", hw_resp->hdr.status); in lm_vf_pf_acquire_msg()1557 pdev->params.pf_acquire_status = hw_resp->hdr.status; in lm_vf_pf_acquire_msg()1705 mm_memcpy(pdev->pf_vf_acquiring_resp, hw_resp, sizeof(struct pfvf_acquire_resp_tlv)); in lm_vf_pf_acquire_msg()