Home
last modified time | relevance | path

Searched refs:RdmaRmUC (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/rdma/
H A Drdma_rm_defs.h79 typedef struct RdmaRmUC { struct
81 } RdmaRmUC; argument
H A Drdma_rm.c274 RdmaRmUC *uc; in rdma_rm_alloc_uc()
293 RdmaRmUC *rdma_rm_get_uc(RdmaDeviceResources *dev_res, uint32_t uc_handle) in rdma_rm_get_uc()
300 RdmaRmUC *uc = rdma_rm_get_uc(dev_res, uc_handle); in rdma_rm_dealloc_uc()
780 res_tbl_init("UC", &dev_res->uc_tbl, MAX_UCS, sizeof(RdmaRmUC)); in rdma_rm_init()
H A Drdma_rm.h42 RdmaRmUC *rdma_rm_get_uc(RdmaDeviceResources *dev_res, uint32_t uc_handle);