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

#include <dma.h>

Data Fields

struct ioat_dma_descriptorhw
 
struct list_head node
 
size_t len
 
struct list_head tx_list
 
struct dma_async_tx_descriptor txd
 

Detailed Description

struct ioat_desc_sw - wrapper around hardware descriptor : hardware DMA descriptor (for memcpy) : this descriptor will either be on the free list, or attached to a transaction list (tx_list) : the generic software descriptor for all engines : identifier for debug

Definition at line 155 of file dma.h.

Field Documentation

Definition at line 156 of file dma.h.

size_t len

Definition at line 158 of file dma.h.

Definition at line 157 of file dma.h.

struct list_head tx_list

Definition at line 159 of file dma.h.

Definition at line 160 of file dma.h.


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