alistair23-linux/drivers/dma/ioat
Dan Williams b094ad3be5 ioat3: xor support
ioat3.2 adds xor offload support for up to 8 sources.  It can also
perform an xor-zero-sum operation to validate whether all given sources
sum to zero, without writing to a destination.  Xor descriptors differ
from memcpy in that one operation may require multiple descriptors
depending on the number of sources.  When the number of sources exceeds
5 an extended descriptor is needed.  These descriptors need to be
accounted for when updating the DMA_COUNT register.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2009-09-08 17:42:57 -07:00
..
dca.c ioat: ___devinit annotate the initialization paths 2009-09-08 17:30:24 -07:00
dma.c ioat: add 'ioat' sysfs attributes 2009-09-08 17:42:56 -07:00
dma.h ioat: add 'ioat' sysfs attributes 2009-09-08 17:42:56 -07:00
dma_v2.c ioat3: xor support 2009-09-08 17:42:57 -07:00
dma_v2.h ioat3: xor support 2009-09-08 17:42:57 -07:00
dma_v3.c ioat3: xor support 2009-09-08 17:42:57 -07:00
hw.h ioat3: hardware version 3.2 register / descriptor definitions 2009-09-08 17:42:54 -07:00
Makefile ioat3: split ioat3 support to its own file, add memset 2009-09-08 17:42:55 -07:00
pci.c ioat: add 'ioat' sysfs attributes 2009-09-08 17:42:56 -07:00
registers.h ioat3: xor support 2009-09-08 17:42:57 -07:00