Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
rproc_vring Struct Reference

#include <remoteproc.h>

Data Fields

voidva
 
dma_addr_t dma
 
int len
 
u32 da
 
u32 align
 
int notifyid
 
struct rproc_vdevrvdev
 
struct virtqueuevq
 

Detailed Description

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.

Field Documentation

u32 align

Definition at line 453 of file remoteproc.h.

u32 da

Definition at line 452 of file remoteproc.h.

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.

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.


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