OpenAMP Library  353
remoteproc_virtio Struct Reference

Virtio structure for remoteproc instance. More...

#include <remoteproc_virtio.h>

Data Fields

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

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: