Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rdma/
H A Drdma_rm.c71 dev_res->uc_tbl.used); in rdma_format_device_counters()
285 uc = rdma_res_tbl_alloc(&dev_res->uc_tbl, uc_handle); in rdma_rm_alloc_uc()
295 return rdma_res_tbl_get(&dev_res->uc_tbl, uc_handle); in rdma_rm_get_uc()
303 rdma_res_tbl_dealloc(&dev_res->uc_tbl, uc_handle); in rdma_rm_dealloc_uc()
780 res_tbl_init("UC", &dev_res->uc_tbl, MAX_UCS, sizeof(RdmaRmUC)); in rdma_rm_init()
802 res_tbl_free(&dev_res->uc_tbl); in rdma_rm_fini()
H A Drdma_rm_defs.h136 RdmaRmResTbl uc_tbl; member