| 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 |
| doca_error_t | server_result |
| bool | server_finish |
| bool | data_path_test_started |
| bool | data_path_test_stopped |
| struct comch_data_path_objects * | data_path |
Definition at line 51 of file comch_data_path_high_speed_server_sample.c.
| struct doca_comch_connection* comch_data_path_server_objects::connection |
Definition at line 56 of file comch_data_path_high_speed_server_sample.c.
| struct comch_data_path_objects* comch_data_path_server_objects::data_path |
Definition at line 61 of file comch_data_path_high_speed_server_sample.c.
| bool comch_data_path_server_objects::data_path_test_started |
Definition at line 59 of file comch_data_path_high_speed_server_sample.c.
| bool comch_data_path_server_objects::data_path_test_stopped |
Definition at line 60 of file comch_data_path_high_speed_server_sample.c.
| struct doca_dev* comch_data_path_server_objects::hw_dev |
Definition at line 52 of file comch_data_path_high_speed_server_sample.c.
| struct doca_pe* comch_data_path_server_objects::pe |
Definition at line 54 of file comch_data_path_high_speed_server_sample.c.
| struct doca_dev_rep* comch_data_path_server_objects::rep_dev |
Definition at line 53 of file comch_data_path_high_speed_server_sample.c.
| struct doca_comch_server* comch_data_path_server_objects::server |
Definition at line 55 of file comch_data_path_high_speed_server_sample.c.
| bool comch_data_path_server_objects::server_finish |
Definition at line 58 of file comch_data_path_high_speed_server_sample.c.
| doca_error_t comch_data_path_server_objects::server_result |
Definition at line 57 of file comch_data_path_high_speed_server_sample.c.