NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
dma_copy_host_main.c File Reference
#include <stdlib.h>
#include <string.h>
#include <doca_argp.h>
#include <doca_dev.h>
#include <doca_log.h>
#include "dma_common.h"
Include dependency graph for dma_copy_host_main.c:

Go to the source code of this file.

Functions

 DOCA_LOG_REGISTER (DMA_COPY_HOST::MAIN)
 
doca_error_t dma_copy_host (const char *pcie_addr, char *src_buffer, size_t src_buffer_size, char *export_desc_file_path, char *buffer_info_file_path)
 
int main (int argc, char **argv)
 

Function Documentation

◆ dma_copy_host()

doca_error_t dma_copy_host ( const char *  pcie_addr,
char *  src_buffer,
size_t  src_buffer_size,
char *  export_desc_file_path,
char *  buffer_info_file_path 
)

Definition at line 102 of file dma_copy_host_sample.c.

◆ DOCA_LOG_REGISTER()

DOCA_LOG_REGISTER ( DMA_COPY_HOST::MAIN  )

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 51 of file dma_copy_host_main.c.