Go to the source code of this file.
|
| 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) |
| |
| 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) |
| |
◆ SPDK_APP_DEBUG
◆ emulation_supported_cb_t
| typedef doca_error_t(* emulation_supported_cb_t) (const struct doca_devinfo *, const struct doca_devemu_pci_type *pci_type, uint8_t *is_supported) |
◆ 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 |
|
) |
| |
◆ 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()