| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |

Data Fields | |
| struct program_core_objects | core_objs |
| struct doca_dma * | dma |
| struct doca_gpu_dma * | dma_gpu |
| struct doca_gpu * | gpu_dev |
| struct doca_buf * | src_doca_buf |
| struct doca_buf * | dst_doca_buf |
| struct doca_buf_arr * | src_doca_buf_arr |
| struct doca_buf_arr * | dst_doca_buf_arr |
| struct doca_gpu_buf_arr * | src_doca_gpu_buf_arr |
| struct doca_gpu_buf_arr * | dst_doca_gpu_buf_arr |
| char * | src_buffer |
| char * | dst_buffer |
| bool | gpu_datapath |
Definition at line 52 of file gpunetio_dma_memcpy_sample.c.
| struct program_core_objects gpu_dma_sample_objects::core_objs |
Definition at line 604 of file gpunetio_dma_memcpy_sample.c.
| struct doca_dma* gpu_dma_sample_objects::dma |
Definition at line 54 of file gpunetio_dma_memcpy_sample.c.
| struct doca_gpu_dma* gpu_dma_sample_objects::dma_gpu |
Definition at line 55 of file gpunetio_dma_memcpy_sample.c.
| char* gpu_dma_sample_objects::dst_buffer |
Definition at line 64 of file gpunetio_dma_memcpy_sample.c.
| struct doca_buf* gpu_dma_sample_objects::dst_doca_buf |
Definition at line 58 of file gpunetio_dma_memcpy_sample.c.
| struct doca_buf_arr* gpu_dma_sample_objects::dst_doca_buf_arr |
Definition at line 60 of file gpunetio_dma_memcpy_sample.c.
| struct doca_gpu_buf_arr* gpu_dma_sample_objects::dst_doca_gpu_buf_arr |
Definition at line 62 of file gpunetio_dma_memcpy_sample.c.
| bool gpu_dma_sample_objects::gpu_datapath |
Definition at line 65 of file gpunetio_dma_memcpy_sample.c.
| struct doca_gpu* gpu_dma_sample_objects::gpu_dev |
Definition at line 56 of file gpunetio_dma_memcpy_sample.c.
| char* gpu_dma_sample_objects::src_buffer |
Definition at line 63 of file gpunetio_dma_memcpy_sample.c.
| struct doca_buf* gpu_dma_sample_objects::src_doca_buf |
Definition at line 57 of file gpunetio_dma_memcpy_sample.c.
| struct doca_buf_arr* gpu_dma_sample_objects::src_doca_buf_arr |
Definition at line 59 of file gpunetio_dma_memcpy_sample.c.
| struct doca_gpu_buf_arr* gpu_dma_sample_objects::src_doca_gpu_buf_arr |
Definition at line 61 of file gpunetio_dma_memcpy_sample.c.