Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rdma/
H A Drdma_rm.c69 dev_res->mr_tbl.used); in rdma_format_device_counters()
212 mr = rdma_res_tbl_alloc(&dev_res->mr_tbl, mr_handle); in rdma_rm_alloc_mr()
246 rdma_res_tbl_dealloc(&dev_res->mr_tbl, *mr_handle); in rdma_rm_alloc_mr()
253 return rdma_res_tbl_get(&dev_res->mr_tbl, mr_handle); in rdma_rm_get_mr()
267 rdma_res_tbl_dealloc(&dev_res->mr_tbl, mr_handle); in rdma_rm_dealloc_mr()
776 res_tbl_init("MR", &dev_res->mr_tbl, dev_attr->max_mr, sizeof(RdmaRmMR)); in rdma_rm_init()
805 res_tbl_free(&dev_res->mr_tbl); in rdma_rm_fini()
H A Drdma_rm_defs.h135 RdmaRmResTbl mr_tbl; member