| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/nvme_emulation/host/nvme_pci_type_config.h>
Data Fields | |
| uint8_t | bar_id |
| uint64_t | start_address |
| uint64_t | size |
Definition at line 47 of file nvme_pci_type_config.h.
| uint8_t bar_region_config::bar_id |
The BAR ID that the region is part of
Definition at line 48 of file nvme_pci_type_config.h.
| uint64_t bar_region_config::size |
The size of the region in bytes
Definition at line 50 of file nvme_pci_type_config.h.
| uint64_t bar_region_config::start_address |
The start address of the region within the BAR
Definition at line 49 of file nvme_pci_type_config.h.