| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/samples/doca_gpunetio/gpunetio_simple_receive/gpunetio_common.h>
Data Fields | |
| struct doca_gpu * | gpu_dev |
| struct doca_dev * | ddev |
| struct doca_ctx * | eth_rxq_ctx |
| struct doca_eth_rxq * | eth_rxq_cpu |
| struct doca_gpu_eth_rxq * | eth_rxq_gpu |
| struct doca_mmap * | pkt_buff_mmap |
| void * | gpu_pkt_addr |
| int | dmabuf_fd |
| struct doca_flow_port * | port |
| struct doca_flow_pipe * | rxq_pipe |
| struct doca_flow_pipe * | root_pipe |
| struct doca_flow_pipe_entry * | root_udp_entry |
Definition at line 66 of file gpunetio_common.h.
| struct doca_dev* rxq_queue::ddev |
Definition at line 68 of file gpunetio_common.h.
| int rxq_queue::dmabuf_fd |
Definition at line 75 of file gpunetio_common.h.
| struct doca_eth_rxq* rxq_queue::eth_rxq_cpu |
Definition at line 71 of file gpunetio_common.h.
| struct doca_ctx* rxq_queue::eth_rxq_ctx |
Definition at line 70 of file gpunetio_common.h.
| struct doca_gpu_eth_rxq* rxq_queue::eth_rxq_gpu |
Definition at line 72 of file gpunetio_common.h.
| struct doca_gpu* rxq_queue::gpu_dev |
Definition at line 67 of file gpunetio_common.h.
| void* rxq_queue::gpu_pkt_addr |
Definition at line 74 of file gpunetio_common.h.
| struct doca_mmap* rxq_queue::pkt_buff_mmap |
Definition at line 73 of file gpunetio_common.h.
| struct doca_flow_port* rxq_queue::port |
Definition at line 76 of file gpunetio_common.h.
| struct doca_flow_pipe* rxq_queue::root_pipe |
Definition at line 78 of file gpunetio_common.h.
| struct doca_flow_pipe_entry* rxq_queue::root_udp_entry |
Definition at line 79 of file gpunetio_common.h.
| struct doca_flow_pipe* rxq_queue::rxq_pipe |
Definition at line 77 of file gpunetio_common.h.