Lines Matching refs:p_ramrod_res
668 struct roce_destroy_qp_resp_output_params *p_ramrod_res; in qed_roce_sp_destroy_qp_responder() local
711 p_ramrod_res = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, in qed_roce_sp_destroy_qp_responder()
712 sizeof(*p_ramrod_res), in qed_roce_sp_destroy_qp_responder()
715 if (!p_ramrod_res) { in qed_roce_sp_destroy_qp_responder()
730 *cq_prod = le32_to_cpu(p_ramrod_res->cq_prod); in qed_roce_sp_destroy_qp_responder()
745 p_ramrod_res, ramrod_res_phys); in qed_roce_sp_destroy_qp_responder()
753 struct roce_destroy_qp_req_output_params *p_ramrod_res; in qed_roce_sp_destroy_qp_requester() local
768 p_ramrod_res = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, in qed_roce_sp_destroy_qp_requester()
769 sizeof(*p_ramrod_res), in qed_roce_sp_destroy_qp_requester()
771 if (!p_ramrod_res) { in qed_roce_sp_destroy_qp_requester()
805 dma_free_coherent(&p_hwfn->cdev->pdev->dev, sizeof(*p_ramrod_res), in qed_roce_sp_destroy_qp_requester()
806 p_ramrod_res, ramrod_res_phys); in qed_roce_sp_destroy_qp_requester()