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

Go to the source code of this file.
Data Structures | |
| struct | dpa_thread1_arg |
| DPA thread #1 device argument struct. More... | |
| struct | dpa_thread2_arg |
| DPA thread #2 device argument struct. More... | |
Macros | |
| #define | EXPECTED_NUM_RECEIVES (4) |
| Number of expected receive completions. More... | |
Functions | |
| struct dpa_thread1_arg | __attribute__ ((__packed__, aligned(8))) |
Variables | |
| doca_dpa_dev_t | dpa_ctx_handle |
| uint64_t | notification_comp_handle |
| uint64_t | dpa_comp_handle |
| uint64_t | target_rdma_handle |
| uint64_t | local_buf_addr |
| uint32_t | dpa_mmap_handle |
| size_t | length |
| uint64_t | sync_event_handle |
| uint64_t | completion_count |
| #define EXPECTED_NUM_RECEIVES (4) |
Number of expected receive completions.
Definition at line 38 of file dpa_initiator_target_common_defs.h.
| struct dpa_thread1_arg __attribute__ | ( | (__packed__, aligned(8)) | ) |
| uint64_t completion_count |
Definition at line 1 of file dpa_initiator_target_common_defs.h.
| uint64_t dpa_comp_handle |
Definition at line 2 of file dpa_initiator_target_common_defs.h.
| doca_dpa_dev_t dpa_ctx_handle |
Definition at line 0 of file dpa_initiator_target_common_defs.h.
| uint32_t dpa_mmap_handle |
Definition at line 5 of file dpa_initiator_target_common_defs.h.
| size_t length |
Definition at line 6 of file dpa_initiator_target_common_defs.h.
| uint64_t local_buf_addr |
Definition at line 4 of file dpa_initiator_target_common_defs.h.
| uint64_t notification_comp_handle |
Definition at line 1 of file dpa_initiator_target_common_defs.h.
| uint64_t sync_event_handle |
Definition at line 0 of file dpa_initiator_target_common_defs.h.
| uint64_t target_rdma_handle |
Definition at line 3 of file dpa_initiator_target_common_defs.h.