Name
kfifo_dma_out_finish — 
     finish a DMA OUT operation
 
Synopsis
|  kfifo_dma_out_finish ( | fifo, | 
|  | len ); | 
 
Arguments
- fifo
- 
     address of the fifo to be used
     
- len
- 
     number of bytes transferred
     
Description
   This macro finish a DMA OUT operation. The out counter will be updated by
   the len parameter. No error checking will be done.
   
   Note that with only one concurrent reader and one concurrent
   writer, you don't need extra locking to use these macros.