Lines Matching defs:flow
68 int flow;
95 flow = sun8i_ss_get_engine_number(ss);
103 if (flow)
134 reinit_completion(&ss->flows[flow].complete);
135 ss->flows[flow].status = 0;
141 wait_for_completion_interruptible_timeout(&ss->flows[flow].complete,
143 if (ss->flows[flow].status == 0) {
148 * a cryptoengine per flow, we are sure that they will issue only one
149 * request per flow.
153 * nothing will use our flow.
155 * We could have used a per flow lock, but this would increase
157 * The drawback is that no request could be handled for the other flow.