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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/crypto/
H A Dmv_cesa.c49 * @hw_nbytes: total bytes to process in hw for this request
69 int hw_nbytes; member in struct:req_progress
222 min(p->hw_nbytes - p->hw_processed_bytes, cpg->max_req_size);
330 && (p->hw_processed_bytes + p->crypt_len >= p->hw_nbytes)
457 if (cpg->p.hw_processed_bytes < cpg->p.hw_nbytes) {
494 p->hw_nbytes = req->nbytes;
546 p->hw_nbytes = hw_bytes;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/crypto/
H A Dmv_cesa.c49 * @hw_nbytes: total bytes to process in hw for this request
69 int hw_nbytes; member in struct:req_progress
222 min(p->hw_nbytes - p->hw_processed_bytes, cpg->max_req_size);
330 && (p->hw_processed_bytes + p->crypt_len >= p->hw_nbytes)
457 if (cpg->p.hw_processed_bytes < cpg->p.hw_nbytes) {
494 p->hw_nbytes = req->nbytes;
546 p->hw_nbytes = hw_bytes;

Completed in 126 milliseconds