Searched refs:p_ramrod_res (Results 1 – 2 of 2) sorted by relevance
668 struct roce_destroy_qp_resp_output_params *p_ramrod_res; in qed_roce_sp_destroy_qp_responder() local711 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() local768 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()[all …]
1117 struct rdma_destroy_cq_output_params *p_ramrod_res; in qed_rdma_destroy_cq() local1127 p_ramrod_res = in qed_rdma_destroy_cq()1131 if (!p_ramrod_res) { in qed_rdma_destroy_cq()1157 out_params->num_cq_notif = le16_to_cpu(p_ramrod_res->cnq_num); in qed_rdma_destroy_cq()1161 p_ramrod_res, ramrod_res_phys); in qed_rdma_destroy_cq()1178 p_ramrod_res, ramrod_res_phys); in qed_rdma_destroy_cq()