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

#include </opt/mellanox/doca/applications/nvme_emulation/host/nvmf_doca_io.h>

Data Fields

struct doca_comch_msgq * msgq
 
struct doca_comch_producer * producer
 
struct doca_comch_consumer * consumer
 
bool is_send
 

Detailed Description

Definition at line 60 of file nvmf_doca_io.h.

Field Documentation

◆ consumer

struct doca_comch_consumer* nvmf_doca_dpa_msgq::consumer

The DOCA Comch Consumer

Definition at line 63 of file nvmf_doca_io.h.

◆ is_send

bool nvmf_doca_dpa_msgq::is_send

Indicates if MsgQ is used for sending from DPU to DPA

Definition at line 64 of file nvmf_doca_io.h.

◆ msgq

struct doca_comch_msgq* nvmf_doca_dpa_msgq::msgq

The DOCA Comch MsgQ

Definition at line 61 of file nvmf_doca_io.h.

◆ producer

struct doca_comch_producer* nvmf_doca_dpa_msgq::producer

The DOCA Comch Producer

Definition at line 62 of file nvmf_doca_io.h.


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