Linux Kernel
3.7.1
|
#include <remoteproc.h>
Data Fields | |
void * | va |
dma_addr_t | dma |
int | len |
u32 | da |
u32 | align |
int | notifyid |
struct rproc_vdev * | rvdev |
struct virtqueue * | vq |
struct rproc_vring - remoteproc vring state : virtual address : dma address : length, in bytes : device address : vring alignment : rproc-specific unique vring index : remote vdev : the virtqueue of this vring
Definition at line 448 of file remoteproc.h.
u32 align |
Definition at line 453 of file remoteproc.h.
u32 da |
Definition at line 452 of file remoteproc.h.
dma_addr_t dma |
Definition at line 450 of file remoteproc.h.
int len |
Definition at line 451 of file remoteproc.h.
int notifyid |
Definition at line 454 of file remoteproc.h.
struct rproc_vdev* rvdev |
Definition at line 455 of file remoteproc.h.
void* va |
Definition at line 449 of file remoteproc.h.
Definition at line 456 of file remoteproc.h.