Go to the source code of this file.
|
| | DOCA_LOG_REGISTER (DEVEMU_PCI_COMMON) |
| |
| doca_error_t | parse_pci_address (const char *addr, char *parsed_addr) |
| |
| doca_error_t | register_pci_address_param (doca_argp_param_cb_t pci_callback) |
| |
| doca_error_t | parse_vuid (const char *vuid, char *parsed_vuid) |
| |
| doca_error_t | register_vuid_param (const char *description, doca_argp_param_cb_t vuid_callback) |
| |
| doca_error_t | find_supported_device (const char *pci_address, 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) |
| |
| void | devemu_resources_cleanup (struct devemu_resources *resources, bool destroy_rep) |
| |
| const char * | hotplug_state_to_string (enum doca_devemu_pci_hotplug_state hotplug_state) |
| |
| doca_error_t | init_dpa (struct devemu_resources *resources, struct doca_dpa_app *dpa_app) |
| |
◆ configure_and_start_pci_type()
| doca_error_t configure_and_start_pci_type |
( |
struct doca_devemu_pci_type * |
pci_type, |
|
|
struct doca_dev * |
dev |
|
) |
| |
◆ devemu_resources_cleanup()
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
DEVEMU_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()
◆ hotplug_state_to_string()
◆ init_dpa()
◆ parse_pci_address()
| doca_error_t parse_pci_address |
( |
const char * |
addr, |
|
|
char * |
parsed_addr |
|
) |
| |
◆ parse_vuid()
| doca_error_t parse_vuid |
( |
const char * |
vuid, |
|
|
char * |
parsed_vuid |
|
) |
| |
◆ register_pci_address_param()
◆ register_vuid_param()
◆ set_pci_type_configurations()
| static doca_error_t set_pci_type_configurations |
( |
struct doca_devemu_pci_type * |
pci_type, |
|
|
struct doca_dev * |
dev |
|
) |
| |
|
static |