|
OpenAMP Library
|
#include <openamp/virtio.h>Data Structures | |
| struct | virtio_ident |
Functions | |
| static const char * | virtio_feature_name (unsigned long feature, const struct virtio_feature_desc *) |
| const char * | virtio_dev_name (unsigned short devid) |
| void | virtio_describe (struct virtio_device *dev, const char *msg, uint32_t features, struct virtio_feature_desc *desc) |
| int | virtio_create_virtqueues (struct virtio_device *vdev, unsigned int flags, unsigned int nvqs, const char *names[], vq_callback callbacks[]) |
Variables | |
| static const struct virtio_ident | virtio_ident_table [] |
| static const struct virtio_feature_desc | virtio_common_feature_desc [] |
| int virtio_create_virtqueues | ( | struct virtio_device * | vdev, |
| unsigned int | flags, | ||
| unsigned int | nvqs, | ||
| const char * | names[], | ||
| vq_callback | callbacks[] | ||
| ) |
| void virtio_describe | ( | struct virtio_device * | dev, |
| const char * | msg, | ||
| uint32_t | features, | ||
| struct virtio_feature_desc * | desc | ||
| ) |
| const char* virtio_dev_name | ( | unsigned short | devid | ) |
|
static |
|
static |
|
static |