| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <doca_dpa_dev.h>

Go to the source code of this file.
Functions | |
| DOCA_EXPERIMENTAL void | doca_dpa_dev_sync_event_get (doca_dpa_dev_sync_event_t dpa_dev_se_handle, uint64_t *value) |
| Get the counter's value of a DOCA Sync Event. More... | |
| DOCA_EXPERIMENTAL void | doca_dpa_dev_sync_event_update_add (doca_dpa_dev_sync_event_t dpa_dev_se_handle, uint64_t value) |
| Atomically increase the counter of a DOCA Sync Event by a given value. More... | |
| DOCA_EXPERIMENTAL void | doca_dpa_dev_sync_event_update_set (doca_dpa_dev_sync_event_t dpa_dev_se_handle, uint64_t value) |
| Set the counter of a DOCA Sync Event to a given value. More... | |
| DOCA_EXPERIMENTAL void | doca_dpa_dev_sync_event_wait_gt (doca_dpa_dev_sync_event_t dpa_dev_se_handle, uint64_t value, uint64_t mask) |
| Wait for the value of a DOCA Sync Event to be greater than a given value. More... | |
| DOCA_EXPERIMENTAL void | doca_dpa_dev_sync_event_post_wait_gt (doca_dpa_dev_async_ops_t async_ops_handle, doca_dpa_dev_sync_event_t wait_se_handle, uint64_t value) |
| Wait for the value of a DOCA Sync Event to be greater than a given value. More... | |
| DOCA_EXPERIMENTAL void | doca_dpa_dev_sync_event_post_wait_ne (doca_dpa_dev_async_ops_t async_ops_handle, doca_dpa_dev_sync_event_t wait_se_handle, uint64_t value) |
| Wait for the value of a DOCA Sync Event to be not equal to a given value. More... | |
Variables | |
| __dpa_global__ typedef uint64_t | doca_dpa_dev_sync_event_t |
| DPA sync event handle type definition. More... | |
| __dpa_global__ typedef uint64_t | doca_dpa_dev_sync_event_remote_net_t |
| DPA remote sync event handle type definition. More... | |