| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
DPA thread #1 device argument struct. More...
#include </opt/mellanox/doca/samples/doca_dpa/dpa_initiator_target/common/dpa_initiator_target_common_defs.h>
Data Fields | |
| 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 |
DPA thread #1 device argument struct.
Definition at line 43 of file dpa_initiator_target_common_defs.h.
| uint64_t dpa_thread1_arg::dpa_comp_handle |
Definition at line 46 of file dpa_initiator_target_common_defs.h.
| doca_dpa_dev_t dpa_thread1_arg::dpa_ctx_handle |
Definition at line 44 of file dpa_initiator_target_common_defs.h.
| uint32_t dpa_thread1_arg::dpa_mmap_handle |
Definition at line 49 of file dpa_initiator_target_common_defs.h.
| size_t dpa_thread1_arg::length |
Definition at line 50 of file dpa_initiator_target_common_defs.h.
| uint64_t dpa_thread1_arg::local_buf_addr |
Definition at line 48 of file dpa_initiator_target_common_defs.h.
| uint64_t dpa_thread1_arg::notification_comp_handle |
Definition at line 45 of file dpa_initiator_target_common_defs.h.
| uint64_t dpa_thread1_arg::target_rdma_handle |
Definition at line 47 of file dpa_initiator_target_common_defs.h.