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

Data Fields

union doca_data cookie
 
union {
   urom_rdmo_client_init_finished   client_init_cb
 
   urom_rdmo_rq_create_finished   rq_create_cb
 
   urom_rdmo_rq_destroy_finished   rq_destroy_cb
 
   urom_rdmo_mr_register_finished   mr_reg_cb
 
   urom_rdmo_mr_deregister_finished   mr_dereg_cb
 
}; 
 

Detailed Description

Definition at line 41 of file worker_rdmo.c.

Field Documentation

◆ 

union { ... }

◆ client_init_cb

urom_rdmo_client_init_finished doca_rdmo_task_data::client_init_cb

Definition at line 44 of file worker_rdmo.c.

◆ cookie

union doca_data doca_rdmo_task_data::cookie

Definition at line 603 of file worker_rdmo.c.

◆ mr_dereg_cb

urom_rdmo_mr_deregister_finished doca_rdmo_task_data::mr_dereg_cb

Definition at line 48 of file worker_rdmo.c.

◆ mr_reg_cb

urom_rdmo_mr_register_finished doca_rdmo_task_data::mr_reg_cb

Definition at line 47 of file worker_rdmo.c.

◆ rq_create_cb

urom_rdmo_rq_create_finished doca_rdmo_task_data::rq_create_cb

Definition at line 45 of file worker_rdmo.c.

◆ rq_destroy_cb

urom_rdmo_rq_destroy_finished doca_rdmo_task_data::rq_destroy_cb

Definition at line 46 of file worker_rdmo.c.


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