| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#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 |
Definition at line 60 of file nvmf_doca_io.h.
| struct doca_comch_consumer* nvmf_doca_dpa_msgq::consumer |
The DOCA Comch Consumer
Definition at line 63 of file nvmf_doca_io.h.
| 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.
| struct doca_comch_msgq* nvmf_doca_dpa_msgq::msgq |
The DOCA Comch MsgQ
Definition at line 61 of file nvmf_doca_io.h.
| struct doca_comch_producer* nvmf_doca_dpa_msgq::producer |
The DOCA Comch Producer
Definition at line 62 of file nvmf_doca_io.h.