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


Go to the source code of this file.
Typedefs | |
| typedef void(* | urom_graph_loopback_finished) (doca_error_t result, union doca_data cookie, uint64_t data) |
Functions | |
| doca_error_t | urom_graph_task_loopback (struct doca_urom_worker *worker_ctx, union doca_data cookie, uint64_t data, urom_graph_loopback_finished cb) |
| doca_error_t | urom_graph_init (uint64_t plugin_id, uint64_t version) |
| typedef void(* urom_graph_loopback_finished) (doca_error_t result, union doca_data cookie, uint64_t data) |
Definition at line 44 of file worker_graph.h.
| doca_error_t urom_graph_init | ( | uint64_t | plugin_id, |
| uint64_t | version | ||
| ) |
Definition at line 194 of file worker_graph.c.
| doca_error_t urom_graph_task_loopback | ( | struct doca_urom_worker * | worker_ctx, |
| union doca_data | cookie, | ||
| uint64_t | data, | ||
| urom_graph_loopback_finished | cb | ||
| ) |
Definition at line 135 of file worker_graph.c.