| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
UROM Worker command structure. More...
#include <doca_urom_plugin.h>
Data Fields | |
| uint64_t | type |
| uint64_t | urom_context |
| uint64_t | len |
| uint8_t | plugin_cmd [] |
UROM Worker command structure.
Definition at line 52 of file doca_urom_plugin.h.
| uint64_t urom_worker_cmd::len |
Plugin command length
Definition at line 55 of file doca_urom_plugin.h.
| uint8_t urom_worker_cmd::plugin_cmd[] |
Plugin command buffer
Definition at line 56 of file doca_urom_plugin.h.
| uint64_t urom_worker_cmd::type |
Plugin type that command belongs to
Definition at line 53 of file doca_urom_plugin.h.
| uint64_t urom_worker_cmd::urom_context |
UROM context, User shouldn't change it
Definition at line 54 of file doca_urom_plugin.h.