OpenAMP Library  latest
Loading...
Searching...
No Matches
remoteproc_virtio Struct Reference

Virtio structure for remoteproc instance. More...

#include <remoteproc_virtio.h>

Data Fields

void * priv
 Pointer to private data.
void * vdev_rsc
 Address of vdev resource.
struct metal_io_region * vdev_rsc_io
 Metal I/O region of vdev_info, can be NULL.
rpvdev_notify_func notify
 Notification function.
struct virtio_device vdev
 Virtio device.
struct metal_list node
 List node.

Detailed Description

Virtio structure for remoteproc instance.

Field Documentation

◆ node

struct metal_list remoteproc_virtio::node

List node.

◆ notify

rpvdev_notify_func remoteproc_virtio::notify

Notification function.

◆ priv

void* remoteproc_virtio::priv

Pointer to private data.

◆ vdev

struct virtio_device remoteproc_virtio::vdev

Virtio device.

◆ vdev_rsc

void* remoteproc_virtio::vdev_rsc

Address of vdev resource.

◆ vdev_rsc_io

struct metal_io_region* remoteproc_virtio::vdev_rsc_io

Metal I/O region of vdev_info, can be NULL.


The documentation for this struct was generated from the following file: