| 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 |
| const char * | text |
| uint32_t | text_len |
| doca_error_t | result |
| bool | finish |
Definition at line 45 of file comch_ctrl_path_client_sample.c.
| struct doca_comch_client* comch_ctrl_path_objects::client |
Definition at line 48 of file comch_ctrl_path_client_sample.c.
| bool comch_ctrl_path_objects::finish |
Definition at line 52 of file comch_ctrl_path_client_sample.c.
| struct doca_dev* comch_ctrl_path_objects::hw_dev |
Definition at line 46 of file comch_ctrl_path_client_sample.c.
| struct doca_pe* comch_ctrl_path_objects::pe |
Definition at line 47 of file comch_ctrl_path_client_sample.c.
| doca_error_t comch_ctrl_path_objects::result |
Definition at line 51 of file comch_ctrl_path_client_sample.c.
| const char* comch_ctrl_path_objects::text |
Definition at line 49 of file comch_ctrl_path_client_sample.c.
| uint32_t comch_ctrl_path_objects::text_len |
Definition at line 50 of file comch_ctrl_path_client_sample.c.