Searched refs:ramrod_res_phys (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_roce.c | 672 dma_addr_t ramrod_res_phys; in qed_roce_sp_destroy_qp_responder() local 713 &ramrod_res_phys, GFP_KERNEL); in qed_roce_sp_destroy_qp_responder() 724 DMA_REGPAIR_LE(p_ramrod->output_params_addr, ramrod_res_phys); in qed_roce_sp_destroy_qp_responder() 745 p_ramrod_res, ramrod_res_phys); in qed_roce_sp_destroy_qp_responder() 757 dma_addr_t ramrod_res_phys; in qed_roce_sp_destroy_qp_requester() local 770 &ramrod_res_phys, GFP_KERNEL); in qed_roce_sp_destroy_qp_requester() 789 DMA_REGPAIR_LE(p_ramrod->output_params_addr, ramrod_res_phys); in qed_roce_sp_destroy_qp_requester() 806 p_ramrod_res, ramrod_res_phys); in qed_roce_sp_destroy_qp_requester()
|
D | qed_rdma.c | 1121 dma_addr_t ramrod_res_phys; in qed_rdma_destroy_cq() local 1130 &ramrod_res_phys, GFP_KERNEL); in qed_rdma_destroy_cq() 1151 DMA_REGPAIR_LE(p_ramrod->output_params_addr, ramrod_res_phys); 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()
|