Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rdma/
H A Drdma_rm.c117 static inline void *rdma_res_tbl_alloc(RdmaRmResTbl *tbl, uint32_t *handle) in rdma_res_tbl_alloc() function
161 pd = rdma_res_tbl_alloc(&dev_res->pd_tbl, pd_handle); in rdma_rm_alloc_pd()
212 mr = rdma_res_tbl_alloc(&dev_res->mr_tbl, mr_handle); in rdma_rm_alloc_mr()
285 uc = rdma_res_tbl_alloc(&dev_res->uc_tbl, uc_handle); in rdma_rm_alloc_uc()
318 cq = rdma_res_tbl_alloc(&dev_res->cq_tbl, cq_handle); in rdma_rm_alloc_cq()
427 qp = rdma_res_tbl_alloc(&dev_res->qp_tbl, &rm_qpn); in rdma_rm_alloc_qp()
580 srq = rdma_res_tbl_alloc(&dev_res->srq_tbl, srq_handle); in rdma_rm_alloc_srq()
669 cqe_ctx = rdma_res_tbl_alloc(&dev_res->cqe_ctx_tbl, cqe_ctx_id); in rdma_rm_alloc_cqe_ctx()
H A Dtrace-events22 rdma_res_tbl_alloc(char *name, uint32_t handle) "tbl %s, handle %d"