| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <stdint.h>#include <doca_error.h>#include <doca_dev.h>#include <doca_devemu_pci.h>#include <doca_devemu_virtio.h>#include <doca_devemu_virtio_type.h>#include <doca_devemu_vfs.h>

Go to the source code of this file.
Macros | |
| #define | DOCA_DEVEMU_VIRTIOFS_NOTIFICATION_QUEUE_BIT_IN_DEVICE_FEATURES (1ULL << 0) |
| Bit index in device features returned by doca_devemu_virtio_cap_default_type_get_configurable_device_features_63_0() that is set if the notification queue is enabled for VirtioFS type. More... | |
Functions | |
| DOCA_EXPERIMENTAL doca_error_t | doca_devemu_vfs_is_default_vfs_type_supported (const struct doca_devinfo *devinfo, uint8_t *supported) |
| Check if the default DOCA Virtio FS type is supported by the device. More... | |
| DOCA_EXPERIMENTAL doca_error_t | doca_devemu_vfs_find_default_vfs_type_by_dev (struct doca_dev *dev, struct doca_devemu_vfs_type **vfs_type) |
| Find the default DOCA Virtio FS type associated with the device. More... | |
| DOCA_EXPERIMENTAL struct doca_devemu_virtio_type * | doca_devemu_vfs_type_as_virtio_type (struct doca_devemu_vfs_type *vfs_type) |
| Convert DOCA Virtio FS type instance into DOCA Virtio type. More... | |
| DOCA_EXPERIMENTAL struct doca_devemu_pci_type * | doca_devemu_vfs_type_as_pci_type (struct doca_devemu_vfs_type *vfs_type) |
| Convert DOCA Virtio FS type instance into DOCA PCI type. More... | |
| DOCA_EXPERIMENTAL doca_error_t | doca_devemu_vfs_type_get_num_request_queues (const struct doca_devemu_vfs_type *vfs_type, uint32_t *num_request_queues) |
| Get the value of the num_request_queues register. More... | |