| 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 | |
| struct bar_region_config | region |
| uint8_t | log_db_size |
| uint8_t | log_db_stride_size |
| bool | with_data |
| uint16_t | db_id_msbyte |
| uint16_t | db_id_lsbyte |
Definition at line 53 of file nvme_pci_type_config.h.
| uint16_t bar_db_region_config::db_id_lsbyte |
Relevant only when with_data is true
Definition at line 59 of file nvme_pci_type_config.h.
| uint16_t bar_db_region_config::db_id_msbyte |
Relevant only when with_data is true
Definition at line 58 of file nvme_pci_type_config.h.
| uint8_t bar_db_region_config::log_db_size |
The log size of a single doorbell record
Definition at line 55 of file nvme_pci_type_config.h.
| uint8_t bar_db_region_config::log_db_stride_size |
The log stride size of a single doorbell record
Definition at line 56 of file nvme_pci_type_config.h.
| struct bar_region_config bar_db_region_config::region |
Holds common BAR region configuration
Definition at line 50 of file nvme_pci_type_config.h.
| bool bar_db_region_config::with_data |
If true the doorbell will work by data. Otherwise by offset
Definition at line 57 of file nvme_pci_type_config.h.