Searched refs:ramrod_res_phys (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/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() 751 DMA_REGPAIR_LE(p_ramrod->output_params_addr, ramrod_res_phys); in qed_roce_sp_destroy_qp_responder() 772 p_ramrod_res, ramrod_res_phys); in qed_roce_sp_destroy_qp_responder() 784 dma_addr_t ramrod_res_phys; in qed_roce_sp_destroy_qp_requester() local 795 &ramrod_res_phys, GFP_KERNEL); in qed_roce_sp_destroy_qp_requester() 814 DMA_REGPAIR_LE(p_ramrod->output_params_addr, ramrod_res_phys); in qed_roce_sp_destroy_qp_requester() 832 p_ramrod_res, ramrod_res_phys); in qed_roce_sp_destroy_qp_requester()
|
D | qed_rdma.c | 1100 dma_addr_t ramrod_res_phys; in qed_rdma_destroy_cq() local 1110 &ramrod_res_phys, GFP_KERNEL); in qed_rdma_destroy_cq() 1131 DMA_REGPAIR_LE(p_ramrod->output_params_addr, ramrod_res_phys); in qed_rdma_destroy_cq() 1141 p_ramrod_res, ramrod_res_phys); in qed_rdma_destroy_cq() 1158 p_ramrod_res, ramrod_res_phys); in qed_rdma_destroy_cq()
|