25 #ifndef DOCA_DEVEMU_VFS_TYPE_H_
26 #define DOCA_DEVEMU_VFS_TYPE_H_
46 #define DOCA_DEVEMU_VIRTIOFS_NOTIFICATION_QUEUE_BIT_IN_DEVICE_FEATURES (1ULL << 0)
91 struct doca_devemu_vfs_type **vfs_type);
133 uint32_t *num_request_queues);
#define DOCA_EXPERIMENTAL
To set a Symbol (or specifically a function) as experimental.
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.
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.
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.
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.
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.
enum doca_error doca_error_t
DOCA API return codes.