| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |

Data Fields | |
| doca_error_t | result |
| union { | |
| struct client_init_result client_init | |
| struct rq_create_result rq_create | |
| struct rq_destroy_result rq_destroy | |
| struct mr_register_result mr_reg | |
| struct mr_deregister_result mr_dereg | |
| }; | |
Definition at line 90 of file urom_rdmo_core.c.
| union { ... } |
| struct client_init_result rdmo_result::client_init |
Definition at line 91 of file urom_rdmo_core.c.
| struct mr_deregister_result rdmo_result::mr_dereg |
Definition at line 91 of file urom_rdmo_core.c.
| struct mr_register_result rdmo_result::mr_reg |
Definition at line 91 of file urom_rdmo_core.c.
| doca_error_t rdmo_result::result |
Definition at line 91 of file urom_rdmo_core.c.
| struct rq_create_result rdmo_result::rq_create |
Definition at line 91 of file urom_rdmo_core.c.
| struct rq_destroy_result rdmo_result::rq_destroy |
Definition at line 91 of file urom_rdmo_core.c.