Linux Kernel
3.7.1
|
#include <remoteproc.h>
Data Fields | |
struct list_head | node |
struct rproc * | rproc |
struct virtio_device | vdev |
struct rproc_vring | vring [RVDEV_NUM_VRINGS] |
unsigned long | dfeatures |
unsigned long | gfeatures |
struct rproc_vdev - remoteproc state for a supported virtio device : list node : the rproc handle : the virio device : the vrings for this vdev : virtio device features : virtio guest features
Definition at line 468 of file remoteproc.h.
unsigned long dfeatures |
Definition at line 473 of file remoteproc.h.
unsigned long gfeatures |
Definition at line 474 of file remoteproc.h.
Definition at line 469 of file remoteproc.h.
Definition at line 470 of file remoteproc.h.
struct virtio_device vdev |
Definition at line 471 of file remoteproc.h.
Definition at line 472 of file remoteproc.h.