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

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
 

Detailed Description

A struct that includes all the resources needed for DPA notification completion.

Definition at line 134 of file dpa_common.h.

Field Documentation

◆ doca_dpa

struct doca_dpa* dpa_notification_completion_obj::doca_dpa

DOCA DPA context

Definition at line 135 of file dpa_common.h.

◆ handle

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.

◆ notification_comp

struct doca_dpa_notification_completion* dpa_notification_completion_obj::notification_comp

Created DPA notification completion

Definition at line 137 of file dpa_common.h.

◆ thread

struct doca_dpa_thread* dpa_notification_completion_obj::thread

DPA notification completion attached thread

Definition at line 136 of file dpa_common.h.


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