Linux Kernel
3.7.1
|
#include <remoteproc.h>
Data Fields | |
u32 | da |
u32 | align |
u32 | num |
u32 | notifyid |
u32 | reserved |
struct fw_rsc_vdev_vring - vring descriptor entry : device address : the alignment between the consumer and producer parts of the vring : num of buffers supported by this vring (must be power of two) is a unique rproc-wide notify index for this vring. This notify index is used when kicking a remote processor, to let it know that this vring is triggered. : reserved (must be zero)
This descriptor is not a resource entry by itself; it is part of the vdev resource type (see below).
Note that should either contain the device address where the remote processor is expecting the vring, or indicate that dynamically allocation of the vring's device address is supported.
Definition at line 253 of file remoteproc.h.
u32 align |
Definition at line 255 of file remoteproc.h.
u32 da |
Definition at line 254 of file remoteproc.h.
u32 notifyid |
Definition at line 257 of file remoteproc.h.
u32 num |
Definition at line 256 of file remoteproc.h.
u32 reserved |
Definition at line 258 of file remoteproc.h.