Go to the source code of this file.
|
| | DOCA_LOG_REGISTER (NVME_PCI_COMMON) |
| |
| doca_error_t | find_supported_device (const char *dev_name, const struct doca_devemu_pci_type *pci_type, emulation_supported_cb_t has_support, struct doca_dev **dev) |
| |
| doca_error_t | find_emulated_device (struct doca_devemu_pci_type *pci_type, const char *vuid, struct doca_dev_rep **rep) |
| |
| static doca_error_t | set_pci_type_configurations (struct doca_devemu_pci_type *pci_type, struct doca_dev *dev) |
| |
| doca_error_t | configure_and_start_pci_type (struct doca_devemu_pci_type *pci_type, struct doca_dev *dev) |
| |
| doca_error_t | create_find_start_pci_type (char *dev_name, struct doca_devemu_pci_type **pci_type, struct doca_dev **dev) |
| |
| void | cleanup_pci_resources (struct doca_devemu_pci_type *pci_type, struct doca_dev *dev) |
| |
| const char * | hotplug_state_to_string (enum doca_devemu_pci_hotplug_state hotplug_state) |
| |
| char * | hex_dump (const void *data, size_t size) |
| |
◆ cleanup_pci_resources()
| void cleanup_pci_resources |
( |
struct doca_devemu_pci_type * |
pci_type, |
|
|
struct doca_dev * |
dev |
|
) |
| |
◆ configure_and_start_pci_type()
| doca_error_t configure_and_start_pci_type |
( |
struct doca_devemu_pci_type * |
pci_type, |
|
|
struct doca_dev * |
dev |
|
) |
| |
◆ create_find_start_pci_type()
| doca_error_t create_find_start_pci_type |
( |
char * |
dev_name, |
|
|
struct doca_devemu_pci_type ** |
pci_type, |
|
|
struct doca_dev ** |
dev |
|
) |
| |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
NVME_PCI_COMMON |
| ) |
|
◆ find_emulated_device()
| doca_error_t find_emulated_device |
( |
struct doca_devemu_pci_type * |
pci_type, |
|
|
const char * |
vuid, |
|
|
struct doca_dev_rep ** |
rep |
|
) |
| |
◆ find_supported_device()
◆ hex_dump()
| char* hex_dump |
( |
const void * |
data, |
|
|
size_t |
size |
|
) |
| |
◆ hotplug_state_to_string()
◆ set_pci_type_configurations()
| static doca_error_t set_pci_type_configurations |
( |
struct doca_devemu_pci_type * |
pci_type, |
|
|
struct doca_dev * |
dev |
|
) |
| |
|
static |