#include <limits.h>
#include <ucs/datastruct/list.h>
#include <doca_error.h>
#include <doca_compat.h>
Go to the source code of this file.
|
| static doca_error_t | doca_urom_worker_domain_addr_lookup (struct urom_worker_ctx *ctx, uint64_t domain_id, void **addr) |
| | Worker domain address lookup. More...
|
| |
| static doca_error_t | doca_urom_worker_domain_seg_lookup (struct urom_worker_ctx *ctx, uint64_t domain_id, uint64_t va, int *seg) |
| | Worker domain segment id lookup according to the domain id and segment virtual address. More...
|
| |
| static doca_error_t | doca_urom_worker_domain_memh_lookup (struct urom_worker_ctx *ctx, uint64_t domain_id, int seg, size_t *len, void **memh) |
| | Worker domain segment memory handle lookup according to the domain and segment ids. More...
|
| |
| static doca_error_t | doca_urom_worker_domain_mkey_lookup (struct urom_worker_ctx *ctx, uint64_t domain_id, int seg, size_t *len, void **rkey) |
| | Worker domain segment remote memory key lookup according to the segment and seg ids. More...
|
| |