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

#include </opt/mellanox/doca/applications/secure_channel/secure_channel_core.h>

Collaboration diagram for cc_ctx:

Data Fields

struct sc_configcfg
 
pthread_t * sendto_t
 
pthread_t * recvfrom_t
 
struct t_resultssend_result
 
struct t_resultsrecv_result
 
struct doca_comch_connection * comch_connection
 
int expected_msgs
 
int expected_msg_size
 
uint32_t consumer_id
 
atomic_int active_threads
 

Detailed Description

Definition at line 73 of file secure_channel_core.h.

Field Documentation

◆ active_threads

atomic_int cc_ctx::active_threads

Definition at line 85 of file secure_channel_core.h.

◆ cfg

struct sc_config* cc_ctx::cfg

Definition at line 74 of file secure_channel_core.h.

◆ comch_connection

struct doca_comch_connection* cc_ctx::comch_connection

Definition at line 80 of file secure_channel_core.h.

◆ consumer_id

uint32_t cc_ctx::consumer_id

Definition at line 83 of file secure_channel_core.h.

◆ expected_msg_size

int cc_ctx::expected_msg_size

Definition at line 82 of file secure_channel_core.h.

◆ expected_msgs

int cc_ctx::expected_msgs

Definition at line 81 of file secure_channel_core.h.

◆ recv_result

struct t_results* cc_ctx::recv_result

Definition at line 78 of file secure_channel_core.h.

◆ recvfrom_t

pthread_t* cc_ctx::recvfrom_t

Definition at line 76 of file secure_channel_core.h.

◆ send_result

struct t_results* cc_ctx::send_result

Definition at line 77 of file secure_channel_core.h.

◆ sendto_t

pthread_t* cc_ctx::sendto_t

Definition at line 75 of file secure_channel_core.h.


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