| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
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 |
Definition at line 45 of file comch_ctrl_path_server_sample.c.
| struct doca_comch_connection* comch_ctrl_path_server_objects::connection |
Definition at line 50 of file comch_ctrl_path_server_sample.c.
| bool comch_ctrl_path_server_objects::finish |
Definition at line 55 of file comch_ctrl_path_server_sample.c.
| struct doca_dev* comch_ctrl_path_server_objects::hw_dev |
Definition at line 46 of file comch_ctrl_path_server_sample.c.
| uint32_t comch_ctrl_path_server_objects::num_connected_clients |
Definition at line 51 of file comch_ctrl_path_server_sample.c.
| struct doca_pe* comch_ctrl_path_server_objects::pe |
Definition at line 48 of file comch_ctrl_path_server_sample.c.
| struct doca_dev_rep* comch_ctrl_path_server_objects::rep_dev |
Definition at line 47 of file comch_ctrl_path_server_sample.c.
| doca_error_t comch_ctrl_path_server_objects::result |
Definition at line 54 of file comch_ctrl_path_server_sample.c.
| struct doca_comch_server* comch_ctrl_path_server_objects::server |
Definition at line 49 of file comch_ctrl_path_server_sample.c.
| const char* comch_ctrl_path_server_objects::text |
Definition at line 52 of file comch_ctrl_path_server_sample.c.
| uint32_t comch_ctrl_path_server_objects::text_len |
Definition at line 53 of file comch_ctrl_path_server_sample.c.