NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
program_state Struct Reference

Data Fields

struct doca_pe * pe
 
struct doca_dev * dev
 
struct doca_dev_rep * rep
 
struct doca_ctx * ctx
 
struct doca_devemu_vfs_dev * vfs_dev
 
struct doca_devemu_vfs_type * vfs_type
 

Detailed Description

Definition at line 52 of file devemu_vfs_device_hotplug_unplug_sample.c.

Field Documentation

◆ ctx

struct doca_ctx* program_state::ctx

DOCA context representation of pci_dev

Definition at line 56 of file devemu_vfs_device_hotplug_unplug_sample.c.

◆ dev

struct doca_dev * program_state::dev

Device that manage the emulated device

Definition at line 54 of file devemu_vfs_device_hotplug_unplug_sample.c.

◆ pe

struct doca_pe* program_state::pe

Progress engine to retrieve events

Definition at line 53 of file devemu_vfs_device_hotplug_unplug_sample.c.

◆ rep

struct doca_dev_rep* program_state::rep

Representor of the emulated device

Definition at line 55 of file devemu_vfs_device_hotplug_unplug_sample.c.

◆ vfs_dev

struct doca_devemu_vfs_dev* program_state::vfs_dev

VFS Device for hotplugged device

Definition at line 57 of file devemu_vfs_device_hotplug_unplug_sample.c.

◆ vfs_type

struct doca_devemu_vfs_type * program_state::vfs_type

VFS Type of the emulated device

Definition at line 58 of file devemu_vfs_device_hotplug_unplug_sample.c.


The documentation for this struct was generated from the following files: