diff options
Diffstat (limited to 'Documentation/crypto/async-tx-api.txt')
-rw-r--r-- | Documentation/crypto/async-tx-api.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/crypto/async-tx-api.txt b/Documentation/crypto/async-tx-api.txt index 0e48e054d69a..ba046b8fa92f 100644 --- a/Documentation/crypto/async-tx-api.txt +++ b/Documentation/crypto/async-tx-api.txt | |||
@@ -67,6 +67,10 @@ xor_val - xor a series of source buffers and set a flag if the | |||
67 | pq - generate the p+q (raid6 syndrome) from a series of source buffers | 67 | pq - generate the p+q (raid6 syndrome) from a series of source buffers |
68 | pq_val - validate that a p and or q buffer are in sync with a given series of | 68 | pq_val - validate that a p and or q buffer are in sync with a given series of |
69 | sources | 69 | sources |
70 | datap - (raid6_datap_recov) recover a raid6 data block and the p block | ||
71 | from the given sources | ||
72 | 2data - (raid6_2data_recov) recover 2 raid6 data blocks from the given | ||
73 | sources | ||
70 | 74 | ||
71 | 3.3 Descriptor management: | 75 | 3.3 Descriptor management: |
72 | The return value is non-NULL and points to a 'descriptor' when the operation | 76 | The return value is non-NULL and points to a 'descriptor' when the operation |