Home
last modified time | relevance | path

Searched refs:rdma_res_tbl_dealloc (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/rdma/
H A Drdma_rm.c177 rdma_res_tbl_dealloc(&dev_res->pd_tbl, *pd_handle); in rdma_rm_alloc_pd()
194 rdma_res_tbl_dealloc(&dev_res->pd_tbl, pd_handle); in rdma_rm_dealloc_pd()
246 rdma_res_tbl_dealloc(&dev_res->mr_tbl, *mr_handle); in rdma_rm_alloc_mr()
267 rdma_res_tbl_dealloc(&dev_res->mr_tbl, mr_handle); in rdma_rm_dealloc_mr()
303 rdma_res_tbl_dealloc(&dev_res->uc_tbl, uc_handle); in rdma_rm_dealloc_uc()
366 rdma_res_tbl_dealloc(&dev_res->cq_tbl, cq_handle); in rdma_rm_dealloc_cq()
458 rdma_res_tbl_dealloc(&dev_res->qp_tbl, qp->qpn); in rdma_rm_alloc_qp()
559 rdma_res_tbl_dealloc(&dev_res->qp_tbl, qp->qpn); in rdma_rm_dealloc_qp()
597 rdma_res_tbl_dealloc(&dev_res->srq_tbl, *srq_handle); in rdma_rm_alloc_srq()
649 rdma_res_tbl_dealloc(&dev_res->srq_tbl, srq_handle); in rdma_rm_dealloc_srq()
[all …]
H A Dtrace-events23 rdma_res_tbl_dealloc(char *name, uint32_t handle) "tbl %s, handle %d"