| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
A struct that includes all the resources needed for DPA notification completion. More...
#include </opt/mellanox/doca/samples/doca_dpa/dpa_common.h>
Data Fields | |
| struct doca_dpa * | doca_dpa |
| struct doca_dpa_thread * | thread |
| struct doca_dpa_notification_completion * | notification_comp |
| doca_dpa_dev_notification_completion_t | handle |
A struct that includes all the resources needed for DPA notification completion.
Definition at line 134 of file dpa_common.h.
| struct doca_dpa* dpa_notification_completion_obj::doca_dpa |
DOCA DPA context
Definition at line 135 of file dpa_common.h.
| doca_dpa_dev_notification_completion_t dpa_notification_completion_obj::handle |
Created DPA notification completion device handle
Definition at line 138 of file dpa_common.h.
| struct doca_dpa_notification_completion* dpa_notification_completion_obj::notification_comp |
Created DPA notification completion
Definition at line 137 of file dpa_common.h.
| struct doca_dpa_thread* dpa_notification_completion_obj::thread |
DPA notification completion attached thread
Definition at line 136 of file dpa_common.h.