]> Pileus Git - ~andy/linux/blobdiff - Documentation/crypto/async-tx-api.txt
async_tx: structify submission arguments, add scribble
[~andy/linux] / Documentation / crypto / async-tx-api.txt
index 76feda8541dc3ef92b4e00db195a61a72348df88..dfe0475f791954a1aec8abc8f239801c38d8a9c5 100644 (file)
@@ -54,11 +54,7 @@ features surfaced as a result:
 
 3.1 General format of the API:
 struct dma_async_tx_descriptor *
-async_<operation>(<op specific parameters>,
-                 enum async_tx_flags flags,
-                 struct dma_async_tx_descriptor *dependency,
-                 dma_async_tx_callback callback_routine,
-                 void *callback_parameter);
+async_<operation>(<op specific parameters>, struct async_submit ctl *submit)
 
 3.2 Supported operations:
 memcpy  - memory copy between a source and a destination buffer