| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/urom_rdmo/dpu/worker_rdmo.h>

Data Fields | |
| ucs_list_link_t | entry |
| struct urom_worker_rdmo_client * | client |
| struct urom_worker_rdmo_ep * | ep |
| uint8_t | header [UROM_RDMO_HDR_LEN_MAX] |
| void * | data |
| uint64_t | length |
| ucp_am_recv_param_t | param |
| struct urom_worker_rdmo_req_ops * | ops |
| uint64_t | ctx [4] |
Definition at line 112 of file worker_rdmo.h.
| struct urom_worker_rdmo_client* urom_worker_rdmo_req::client |
Definition at line 114 of file worker_rdmo.h.
| uint64_t urom_worker_rdmo_req::ctx[4] |
Definition at line 122 of file worker_rdmo.h.
| void* urom_worker_rdmo_req::data |
Definition at line 118 of file worker_rdmo.h.
| ucs_list_link_t urom_worker_rdmo_req::entry |
Definition at line 113 of file worker_rdmo.h.
| struct urom_worker_rdmo_ep* urom_worker_rdmo_req::ep |
Definition at line 115 of file worker_rdmo.h.
| uint8_t urom_worker_rdmo_req::header[UROM_RDMO_HDR_LEN_MAX] |
Definition at line 117 of file worker_rdmo.h.
| uint64_t urom_worker_rdmo_req::length |
Definition at line 119 of file worker_rdmo.h.
| struct urom_worker_rdmo_req_ops* urom_worker_rdmo_req::ops |
Definition at line 121 of file worker_rdmo.h.
| ucp_am_recv_param_t urom_worker_rdmo_req::param |
Definition at line 120 of file worker_rdmo.h.