Searched refs:diff_dst (Results 1 – 1 of 1) sorted by relevance
27 bool diff_dst; in qce_ablkcipher_done() local29 diff_dst = (req->src != req->dst) ? true : false; in qce_ablkcipher_done()30 dir_src = diff_dst ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qce_ablkcipher_done()31 dir_dst = diff_dst ? DMA_FROM_DEVICE : DMA_BIDIRECTIONAL; in qce_ablkcipher_done()38 if (diff_dst) in qce_ablkcipher_done()61 bool diff_dst; in qce_ablkcipher_async_req_handle() local69 diff_dst = (req->src != req->dst) ? true : false; in qce_ablkcipher_async_req_handle()70 dir_src = diff_dst ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qce_ablkcipher_async_req_handle()71 dir_dst = diff_dst ? DMA_FROM_DEVICE : DMA_BIDIRECTIONAL; in qce_ablkcipher_async_req_handle()74 if (diff_dst) in qce_ablkcipher_async_req_handle()[all …]