| 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 <doca_devemu_vfs.h>
Go to the source code of this file.
Data Structures | |
| struct | devemu_pci_cfg |
Functions | |
| DOCA_LOG_REGISTER (DPU_DEVEMU_VFS_DEVICE_CREATE::MAIN) | |
| doca_error_t | devemu_vfs_device_create (char *pci_address) |
| static doca_error_t | pci_callback (void *param, void *config) |
| static doca_error_t | register_devemu_pci_params (void) |
| int | main (int argc, char **argv) |
| doca_error_t devemu_vfs_device_create | ( | char * | pci_address | ) |
| DOCA_LOG_REGISTER | ( | DPU_DEVEMU_VFS_DEVICE_CREATE::MAIN | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 115 of file devemu_vfs_device_hotplug_unplug_main.c.
|
static |
Definition at line 53 of file devemu_vfs_device_hotplug_unplug_main.c.
|
static |
Definition at line 82 of file devemu_vfs_device_hotplug_unplug_main.c.