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

Data Fields

struct doca_dev * hw_dev
 
struct doca_dev_rep * rep_dev
 
struct doca_pe * pe
 
struct doca_comch_server * server
 
struct doca_comch_connection * connection
 
uint32_t num_connected_clients
 
const char * text
 
uint32_t text_len
 
doca_error_t result
 
bool finish
 

Detailed Description

Definition at line 45 of file comch_ctrl_path_server_sample.c.

Field Documentation

◆ connection

struct doca_comch_connection* comch_ctrl_path_server_objects::connection

Definition at line 50 of file comch_ctrl_path_server_sample.c.

◆ finish

bool comch_ctrl_path_server_objects::finish

Definition at line 55 of file comch_ctrl_path_server_sample.c.

◆ hw_dev

struct doca_dev* comch_ctrl_path_server_objects::hw_dev

Definition at line 46 of file comch_ctrl_path_server_sample.c.

◆ num_connected_clients

uint32_t comch_ctrl_path_server_objects::num_connected_clients

Definition at line 51 of file comch_ctrl_path_server_sample.c.

◆ pe

struct doca_pe* comch_ctrl_path_server_objects::pe

Definition at line 48 of file comch_ctrl_path_server_sample.c.

◆ rep_dev

struct doca_dev_rep* comch_ctrl_path_server_objects::rep_dev

Definition at line 47 of file comch_ctrl_path_server_sample.c.

◆ result

doca_error_t comch_ctrl_path_server_objects::result

Definition at line 54 of file comch_ctrl_path_server_sample.c.

◆ server

struct doca_comch_server* comch_ctrl_path_server_objects::server

Definition at line 49 of file comch_ctrl_path_server_sample.c.

◆ text

const char* comch_ctrl_path_server_objects::text

Definition at line 52 of file comch_ctrl_path_server_sample.c.

◆ text_len

uint32_t comch_ctrl_path_server_objects::text_len

Definition at line 53 of file comch_ctrl_path_server_sample.c.


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