NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
sync_event_runtime_objects Struct Reference

#include </opt/mellanox/doca/samples/doca_common/common_common.h>

Data Fields

struct doca_dev * dev
 
struct doca_dev_rep * rep
 
struct doca_sync_event * se
 
struct doca_ctx * se_ctx
 
struct doca_pe * se_pe
 
doca_error_t se_task_result
 
struct doca_pe * comch_pe
 
union {
   struct doca_comch_server *   server
 
   struct doca_comch_client *   client
 
}; 
 
struct doca_comch_connection * comch_connection
 
doca_comch_event_msg_recv_cb_t comch_recv_event_cb
 
void * user_data
 

Detailed Description

Definition at line 55 of file common_common.h.

Field Documentation

◆ 

union { ... }

◆ client

struct doca_comch_client* sync_event_runtime_objects::client

Definition at line 67 of file common_common.h.

◆ comch_connection

struct doca_comch_connection* sync_event_runtime_objects::comch_connection

Definition at line 69 of file common_common.h.

◆ comch_pe

struct doca_pe* sync_event_runtime_objects::comch_pe

Definition at line 64 of file common_common.h.

◆ comch_recv_event_cb

doca_comch_event_msg_recv_cb_t sync_event_runtime_objects::comch_recv_event_cb

Definition at line 70 of file common_common.h.

◆ dev

struct doca_dev* sync_event_runtime_objects::dev

Definition at line 56 of file common_common.h.

◆ rep

struct doca_dev_rep* sync_event_runtime_objects::rep

Definition at line 57 of file common_common.h.

◆ se

struct doca_sync_event* sync_event_runtime_objects::se

Definition at line 58 of file common_common.h.

◆ se_ctx

struct doca_ctx* sync_event_runtime_objects::se_ctx

Definition at line 59 of file common_common.h.

◆ se_pe

struct doca_pe* sync_event_runtime_objects::se_pe

Definition at line 60 of file common_common.h.

◆ se_task_result

doca_error_t sync_event_runtime_objects::se_task_result

Definition at line 61 of file common_common.h.

◆ server

struct doca_comch_server* sync_event_runtime_objects::server

Definition at line 66 of file common_common.h.

◆ user_data

void* sync_event_runtime_objects::user_data

Definition at line 71 of file common_common.h.


The documentation for this struct was generated from the following file: