Home
last modified time | relevance | path

Searched refs:hw_resp (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c1431 struct pfvf_acquire_resp_tlv * hw_resp = NULL; in lm_vf_pf_acquire_msg() local
1531hw_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()