NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
comch_ctrl_path_server_cb_config Struct Reference

#include </opt/mellanox/doca/samples/doca_comch/comch_ctrl_path_common.h>

Collaboration diagram for comch_ctrl_path_server_cb_config:

Data Fields

doca_comch_task_send_completion_cb_t send_task_comp_cb
 
doca_comch_task_send_completion_cb_t send_task_comp_err_cb
 
doca_comch_event_msg_recv_cb_t msg_recv_cb
 
doca_comch_event_connection_status_changed_cb_t server_connection_event_cb
 
doca_comch_event_connection_status_changed_cb_t server_disconnection_event_cb
 
bool data_path_mode
 
doca_comch_event_consumer_cb_t new_consumer_cb
 
doca_comch_event_consumer_cb_t expired_consumer_cb
 
void * ctx_user_data
 
doca_ctx_state_changed_callback_t ctx_state_changed_cb
 

Detailed Description

Definition at line 68 of file comch_ctrl_path_common.h.

Field Documentation

◆ ctx_state_changed_cb

doca_ctx_state_changed_callback_t comch_ctrl_path_server_cb_config::ctx_state_changed_cb

Definition at line 88 of file comch_ctrl_path_common.h.

◆ ctx_user_data

void* comch_ctrl_path_server_cb_config::ctx_user_data

Definition at line 86 of file comch_ctrl_path_common.h.

◆ data_path_mode

bool comch_ctrl_path_server_cb_config::data_path_mode

Definition at line 80 of file comch_ctrl_path_common.h.

◆ expired_consumer_cb

doca_comch_event_consumer_cb_t comch_ctrl_path_server_cb_config::expired_consumer_cb

Definition at line 84 of file comch_ctrl_path_common.h.

◆ msg_recv_cb

doca_comch_event_msg_recv_cb_t comch_ctrl_path_server_cb_config::msg_recv_cb

Definition at line 74 of file comch_ctrl_path_common.h.

◆ new_consumer_cb

doca_comch_event_consumer_cb_t comch_ctrl_path_server_cb_config::new_consumer_cb

Definition at line 82 of file comch_ctrl_path_common.h.

◆ send_task_comp_cb

doca_comch_task_send_completion_cb_t comch_ctrl_path_server_cb_config::send_task_comp_cb

Definition at line 70 of file comch_ctrl_path_common.h.

◆ send_task_comp_err_cb

doca_comch_task_send_completion_cb_t comch_ctrl_path_server_cb_config::send_task_comp_err_cb

Definition at line 72 of file comch_ctrl_path_common.h.

◆ server_connection_event_cb

doca_comch_event_connection_status_changed_cb_t comch_ctrl_path_server_cb_config::server_connection_event_cb

Definition at line 76 of file comch_ctrl_path_common.h.

◆ server_disconnection_event_cb

doca_comch_event_connection_status_changed_cb_t comch_ctrl_path_server_cb_config::server_disconnection_event_cb

Definition at line 78 of file comch_ctrl_path_common.h.


The documentation for this struct was generated from the following file: