#include <linux/kernel.h>
#include <linux/highmem.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/dma-mapping.h>
#include <linux/async_tx.h>
Go to the source code of this file.
async_memcpy - attempt to copy memory with a dma engine. : destination page : src page : offset into 'dest' to start transaction : offset into 'src' to start transaction : length in bytes : submission / completion modifiers
honored flags: ASYNC_TX_ACK
Definition at line 45 of file async_memcpy.c.
MODULE_AUTHOR |
( |
"Intel Corporation" |
| ) |
|
MODULE_DESCRIPTION |
( |
"asynchronous memcpy api" |
| ) |
|