| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <stdlib.h>#include <string.h>#include <doca_argp.h>#include <doca_dev.h>#include <doca_log.h>#include "dma_common.h"
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) |
| 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 | ( | DMA_COPY_HOST::MAIN | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 51 of file dma_copy_host_main.c.