NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_sandbox_task_data Struct Reference
Collaboration diagram for doca_sandbox_task_data:

Data Fields

union doca_data cookie
 
union {
   urom_sandbox_mem_map_finished   mem_map_cb
 
   urom_sandbox_send_finished   send_cb
 
   urom_sandbox_recv_finished   recv_cb
 
}; 
 

Detailed Description

Definition at line 43 of file worker_sandbox.c.

Field Documentation

◆ 

union { ... }

◆ cookie

union doca_data doca_sandbox_task_data::cookie

Definition at line 535 of file worker_sandbox.c.

◆ mem_map_cb

urom_sandbox_mem_map_finished doca_sandbox_task_data::mem_map_cb

Definition at line 46 of file worker_sandbox.c.

◆ recv_cb

urom_sandbox_recv_finished doca_sandbox_task_data::recv_cb

Definition at line 48 of file worker_sandbox.c.

◆ send_cb

urom_sandbox_send_finished doca_sandbox_task_data::send_cb

Definition at line 47 of file worker_sandbox.c.


The documentation for this struct was generated from the following file: