Lines Matching defs:flow
67 int flow;
90 flow = sun8i_ss_get_engine_number(ss);
98 if (flow)
131 reinit_completion(&ss->flows[flow].complete);
132 ss->flows[flow].status = 0;
138 wait_for_completion_interruptible_timeout(&ss->flows[flow].complete,
140 if (ss->flows[flow].status == 0) {
145 * a cryptoengine per flow, we are sure that they will issue only one
146 * request per flow.
150 * nothing will use our flow.
152 * We could have used a per flow lock, but this would increase
154 * The drawback is that no request could be handled for the other flow.