Linux Kernel
3.7.1
|
#include <async_tx.h>
Data Fields | |
enum async_tx_flags | flags |
struct dma_async_tx_descriptor * | depend_tx |
dma_async_tx_callback | cb_fn |
void * | cb_param |
void * | scribble |
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.
dma_async_tx_callback cb_fn |
Definition at line 82 of file async_tx.h.
void* cb_param |
Definition at line 83 of file async_tx.h.
struct dma_async_tx_descriptor* depend_tx |
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.