| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/samples/doca_comch/comch_data_path_high_speed_common.h>

Data Fields | |
| struct doca_dev * | hw_dev |
| struct doca_pe * | pe |
| struct doca_comch_connection * | connection |
| struct doca_comch_consumer * | consumer |
| struct doca_pe * | consumer_pe |
| struct local_mem_bufs | consumer_mem |
| struct doca_comch_producer * | producer |
| struct doca_pe * | producer_pe |
| struct local_mem_bufs | producer_mem |
| uint32_t | remote_consumer_id |
| const char * | text |
| doca_error_t | producer_result |
| bool | producer_finish |
| doca_error_t | consumer_result |
| bool | consumer_finish |
Definition at line 75 of file comch_data_path_high_speed_common.h.
| struct doca_comch_connection* comch_data_path_objects::connection |
Definition at line 78 of file comch_data_path_high_speed_common.h.
| struct doca_comch_consumer* comch_data_path_objects::consumer |
Definition at line 79 of file comch_data_path_high_speed_common.h.
| bool comch_data_path_objects::consumer_finish |
Definition at line 90 of file comch_data_path_high_speed_common.h.
| struct local_mem_bufs comch_data_path_objects::consumer_mem |
Definition at line 80 of file comch_data_path_high_speed_common.h.
| struct doca_pe* comch_data_path_objects::consumer_pe |
Definition at line 80 of file comch_data_path_high_speed_common.h.
| doca_error_t comch_data_path_objects::consumer_result |
Definition at line 89 of file comch_data_path_high_speed_common.h.
| struct doca_dev* comch_data_path_objects::hw_dev |
Definition at line 76 of file comch_data_path_high_speed_common.h.
| struct doca_pe* comch_data_path_objects::pe |
Definition at line 77 of file comch_data_path_high_speed_common.h.
| struct doca_comch_producer* comch_data_path_objects::producer |
Definition at line 82 of file comch_data_path_high_speed_common.h.
| bool comch_data_path_objects::producer_finish |
Definition at line 88 of file comch_data_path_high_speed_common.h.
| struct local_mem_bufs comch_data_path_objects::producer_mem |
Definition at line 83 of file comch_data_path_high_speed_common.h.
| struct doca_pe* comch_data_path_objects::producer_pe |
Definition at line 83 of file comch_data_path_high_speed_common.h.
| doca_error_t comch_data_path_objects::producer_result |
Definition at line 87 of file comch_data_path_high_speed_common.h.
| uint32_t comch_data_path_objects::remote_consumer_id |
Definition at line 85 of file comch_data_path_high_speed_common.h.
| const char* comch_data_path_objects::text |
Definition at line 86 of file comch_data_path_high_speed_common.h.