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

#include <async_tx.h>

Data Fields

enum async_tx_flags flags
 
struct dma_async_tx_descriptordepend_tx
 
dma_async_tx_callback cb_fn
 
voidcb_param
 
voidscribble
 

Detailed Description

struct async_submit_ctl - async_tx submission/completion modifiers : submission modifiers : parent dependency of the current operation being submitted : callback routine to run at operation completion : parameter for the callback routine : caller provided space for dma/page address conversions

Definition at line 79 of file async_tx.h.

Field Documentation

Definition at line 82 of file async_tx.h.

void* cb_param

Definition at line 83 of file async_tx.h.

Definition at line 81 of file async_tx.h.

enum async_tx_flags flags

Definition at line 80 of file async_tx.h.

void* scribble

Definition at line 84 of file async_tx.h.


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