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

#include <async_tx.h>

Data Fields

struct dma_chanchan
 
struct list_head node
 
struct rcu_head rcu
 
atomic_t count
 

Detailed Description

dma_chan_ref - object used to manage dma channels received from the dmaengine core. - the channel being tracked - node for the channel to be placed on async_tx_master_list - for list_del_rcu - number of times this channel is listed in the pool (for channels with multiple capabiities)

Definition at line 42 of file async_tx.h.

Field Documentation

Definition at line 43 of file async_tx.h.

atomic_t count

Definition at line 46 of file async_tx.h.

Definition at line 44 of file async_tx.h.

Definition at line 45 of file async_tx.h.


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