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

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

#include </opt/mellanox/doca/samples/doca_dpa/dpa_common.h>

Data Fields

struct doca_dpa * doca_dpa
 
unsigned int queue_size
 
struct doca_dpa_thread * thread
 
struct doca_dpa_completion * dpa_comp
 
doca_dpa_dev_completion_t handle
 

Detailed Description

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

Definition at line 123 of file dpa_common.h.

Field Documentation

◆ doca_dpa

struct doca_dpa* dpa_completion_obj::doca_dpa

DOCA DPA context

Definition at line 124 of file dpa_common.h.

◆ dpa_comp

struct doca_dpa_completion* dpa_completion_obj::dpa_comp

Created DPA completion

Definition at line 127 of file dpa_common.h.

◆ handle

doca_dpa_dev_completion_t dpa_completion_obj::handle

Created DPA completion device handle

Definition at line 128 of file dpa_common.h.

◆ queue_size

unsigned int dpa_completion_obj::queue_size

DPA completion queue size

Definition at line 125 of file dpa_common.h.

◆ thread

struct doca_dpa_thread* dpa_completion_obj::thread

DPA completion attached thread

Definition at line 126 of file dpa_common.h.


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