| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <stdlib.h>#include <string.h>#include <doca_argp.h>#include <doca_error.h>#include <doca_dev.h>#include <doca_log.h>#include <devemu_pci_common.h>
Go to the source code of this file.
Data Structures | |
| struct | devemu_pci_cfg |
Functions | |
| DOCA_LOG_REGISTER (DEVEMU_PCI_DEVICE_STATEFUL_REGION_DPU::MAIN) | |
| doca_error_t | devemu_pci_device_stateful_region_dpu (const char *pci_address, const char *emulated_dev_vuid) |
| int | main (int argc, char **argv) |
| doca_error_t devemu_pci_device_stateful_region_dpu | ( | const char * | pci_address, |
| const char * | emulated_dev_vuid | ||
| ) |
Definition at line 170 of file devemu_pci_device_stateful_region_dpu_sample.c.
| DOCA_LOG_REGISTER | ( | DEVEMU_PCI_DEVICE_STATEFUL_REGION_DPU::MAIN | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 110 of file devemu_pci_device_stateful_region_dpu_main.c.