Searched refs:hw_processed_bytes (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/
H A Dmv_cesa.c59 * @hw_processed_bytes: number of bytes processed by hw (request).
80 int hw_processed_bytes; member in struct:req_progress
247 min(p->hw_nbytes - p->hw_processed_bytes, cpg->max_req_size); setup_data_in()
357 && (p->hw_processed_bytes + p->crypt_len >= p->hw_nbytes) mv_process_hash_current()
463 cpg->p.hw_processed_bytes += cpg->p.crypt_len; dequeue_complete_req()
495 if (cpg->p.hw_processed_bytes < cpg->p.hw_nbytes) { dequeue_complete_req()

Completed in 96 milliseconds