Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rdma/
H A Drdma_rm.c105 static inline void *rdma_res_tbl_get(RdmaRmResTbl *tbl, uint32_t handle) in rdma_res_tbl_get() function
185 return rdma_res_tbl_get(&dev_res->pd_tbl, pd_handle); in rdma_rm_get_pd()
253 return rdma_res_tbl_get(&dev_res->mr_tbl, mr_handle); in rdma_rm_get_mr()
295 return rdma_res_tbl_get(&dev_res->uc_tbl, uc_handle); in rdma_rm_get_uc()
309 return rdma_res_tbl_get(&dev_res->cq_tbl, cq_handle); in rdma_rm_get_cq()
564 return rdma_res_tbl_get(&dev_res->srq_tbl, srq_handle); in rdma_rm_get_srq()
656 cqe_ctx = rdma_res_tbl_get(&dev_res->cqe_ctx_tbl, cqe_ctx_id); in rdma_rm_get_cqe_ctx()
H A Dtrace-events21 rdma_res_tbl_get(char *name, uint32_t handle) "tbl %s, handle %d"