| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |

Data Fields | |
| struct doca_dev * | hw_dev |
| struct doca_pe * | pe |
| struct doca_comch_client * | client |
| struct doca_comch_connection * | connection |
| doca_error_t | client_result |
| bool | client_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_client_sample.c.
| struct doca_comch_client* comch_data_path_client_objects::client |
Definition at line 54 of file comch_data_path_high_speed_client_sample.c.
| bool comch_data_path_client_objects::client_finish |
Definition at line 57 of file comch_data_path_high_speed_client_sample.c.
| doca_error_t comch_data_path_client_objects::client_result |
Definition at line 56 of file comch_data_path_high_speed_client_sample.c.
| struct doca_comch_connection* comch_data_path_client_objects::connection |
Definition at line 55 of file comch_data_path_high_speed_client_sample.c.
| struct comch_data_path_objects* comch_data_path_client_objects::data_path |
Definition at line 60 of file comch_data_path_high_speed_client_sample.c.
| bool comch_data_path_client_objects::data_path_test_started |
Definition at line 58 of file comch_data_path_high_speed_client_sample.c.
| bool comch_data_path_client_objects::data_path_test_stopped |
Definition at line 59 of file comch_data_path_high_speed_client_sample.c.
| struct doca_dev* comch_data_path_client_objects::hw_dev |
Definition at line 52 of file comch_data_path_high_speed_client_sample.c.
| struct doca_pe* comch_data_path_client_objects::pe |
Definition at line 53 of file comch_data_path_high_speed_client_sample.c.