Searched refs:ramrod_res_phys (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_roce.c | 705 dma_addr_t ramrod_res_phys; in qed_roce_sp_destroy_qp_responder() local 741 &ramrod_res_phys, GFP_KERNEL); in qed_roce_sp_destroy_qp_responder() 752 DMA_REGPAIR_LE(p_ramrod->output_params_addr, ramrod_res_phys); in qed_roce_sp_destroy_qp_responder() 773 p_ramrod_res, ramrod_res_phys); in qed_roce_sp_destroy_qp_responder() 785 dma_addr_t ramrod_res_phys; in qed_roce_sp_destroy_qp_requester() local 796 &ramrod_res_phys, GFP_KERNEL); in qed_roce_sp_destroy_qp_requester() 815 DMA_REGPAIR_LE(p_ramrod->output_params_addr, ramrod_res_phys); in qed_roce_sp_destroy_qp_requester() 833 p_ramrod_res, ramrod_res_phys); in qed_roce_sp_destroy_qp_requester()
|
D | qed_rdma.c | 1107 dma_addr_t ramrod_res_phys; in qed_rdma_destroy_cq() local 1117 &ramrod_res_phys, GFP_KERNEL); in qed_rdma_destroy_cq() 1138 DMA_REGPAIR_LE(p_ramrod->output_params_addr, ramrod_res_phys); in qed_rdma_destroy_cq() 1148 p_ramrod_res, ramrod_res_phys); in qed_rdma_destroy_cq() 1165 p_ramrod_res, ramrod_res_phys); in qed_rdma_destroy_cq()
|