struct mv_xor_chan - internal representation of a XOR channel : allows batching of hardware operations : serializes enqueue/dequeue operations to the descriptors pool : memory mapped register base : the index of the xor channel : device chain view of the descriptors : slots completed by HW but still need to be acked : parent device : common dmaengine channel object members : place holder for allocation to continue from where it left off : complete domain of slots usable by the channel : records the actual size of the descriptor slot pool : bottom half where mv_xor_slot_cleanup runs
Definition at line 94 of file mv_xor.h.