#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <doca_dma.h>
#include <doca_error.h>
#include <doca_log.h>
#include <doca_mmap.h>
#include "dma_common.h"
Go to the source code of this file.
◆ 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_name |
|
) |
| |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
DMA_COPY_HOST |
| ) |
|
◆ save_config_info_to_files()
| static doca_error_t save_config_info_to_files |
( |
const void * |
export_desc, |
|
|
size_t |
export_desc_len, |
|
|
const char * |
src_buffer, |
|
|
size_t |
src_buffer_len, |
|
|
char * |
export_desc_file_path, |
|
|
char * |
buffer_info_file_path |
|
) |
| |
|
static |