Lines Matching full:operation
11 3.4 When does the operation execute?
12 3.5 When does the operation complete?
30 that is written to the API can optimize for asynchronous operation and
44 operation will be offloaded when an engine is available and carried out
48 API automatically handles cases where the transition from one operation
50 3/ dmaengine extensions to support multiple clients and operation types
57 async_<operation>(<op specific parameters>, struct async_submit ctl *submit)
76 The return value is non-NULL and points to a 'descriptor' when the operation
90 3.4 When does the operation execute?
92 async_<operation> call. Offload engine drivers batch operations to
97 channels since the application has no knowledge of channel to operation
100 3.5 When does the operation complete?
102 of an operation.
104 it polls for the completion of the operation. It handles dependency
108 called in application context if the operation is carried out
110 async_<operation>, or when the application needs to submit a chain of
115 1/ Calls to async_<operation> are not permitted in IRQ context. Other
122 Perform a xor->copy->xor operation where each operation depends on the
123 result from the previous operation: