|
Linux Kernel
3.7.1
|
#include <dma.h>
Data Fields | |
| struct ioat_dma_descriptor * | hw |
| struct list_head | node |
| size_t | len |
| struct list_head | tx_list |
| struct dma_async_tx_descriptor | txd |
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
1.8.2