Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
Dqed_vf.c35 memset(p_iov->pf2vf_reply, 0, sizeof(union pfvf_tlvs)); in qed_vf_pf_prep()
49 union pfvf_tlvs *resp = p_hwfn->vf_iov_info->pf2vf_reply; in qed_vf_pf_req_end()
171 resp = &p_iov->pf2vf_reply->default_resp; in _qed_vf_pf_release()
188 if (p_iov->pf2vf_reply) in _qed_vf_pf_release()
191 p_iov->pf2vf_reply, p_iov->pf2vf_reply_phys); in _qed_vf_pf_release()
245 struct pfvf_acquire_resp_tlv *resp = &p_iov->pf2vf_reply->acquire_resp; in qed_vf_pf_acquire()
298 memset(p_iov->pf2vf_reply, 0, sizeof(union pfvf_tlvs)); in qed_vf_pf_acquire()
493 p_iov->pf2vf_reply = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, in qed_vf_hw_prepare()
497 if (!p_iov->pf2vf_reply) in qed_vf_hw_prepare()
505 p_iov->pf2vf_reply, (u64)p_iov->pf2vf_reply_phys); in qed_vf_hw_prepare()
[all …]
Dqed_vf.h657 union pfvf_tlvs *pf2vf_reply; member