Searched refs:left_bytes (Results 1 – 4 of 4) sorted by relevance
95 count = min(dev->left_bytes, sg_src->length); in rk_load_data()96 dev->left_bytes -= count; in rk_load_data()117 count = (dev->left_bytes > PAGE_SIZE) ? in rk_load_data()118 PAGE_SIZE : dev->left_bytes; in rk_load_data()122 dev->total - dev->left_bytes)) { in rk_load_data()127 dev->left_bytes -= count; in rk_load_data()
276 dev->left_bytes = req->cryptlen; in rk_ablk_start()348 dev->total - dev->left_bytes - in rk_ablk_rx()354 if (dev->left_bytes) { in rk_ablk_rx()
201 dev->left_bytes = req->nbytes; in rk_ahash_start()237 if (dev->left_bytes) { in rk_ahash_crypto_rx()
208 unsigned int left_bytes; member