Linux Kernel
3.7.1
|
#include <dma.h>
Data Fields | |
struct ioat_chan_common | base |
size_t | xfercap |
spinlock_t | desc_lock |
struct list_head | free_desc |
struct list_head | used_desc |
int | pending |
u16 | desccount |
u16 | active |
struct ioat_dma_chan - internal representation of a DMA channel
struct ioat_chan_common base |
spinlock_t desc_lock |