1. NAME▲
kfifo_dma_in_finish - finish a DMA IN operation
2. SYNOPSIS ▲
kfifo_dma_in_finish( fifo , len );
3. ARGUMENTS ▲
fifo
address of the fifo to be used
len
number of bytes to received
4. DESCRIPTION ▲
This macro finish a DMA IN operation. The in 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 donAqt need extra locking to use these macros.
5. COPYRIGHT ▲