total_sent        349 drivers/crypto/bcm/cipher.c 	rctx->total_sent = rctx->src_sent;
total_sent        447 drivers/crypto/bcm/cipher.c 				     rctx->total_sent, stat_pad_len);
total_sent        732 drivers/crypto/bcm/cipher.c 		 rctx->total_todo, rctx->total_sent);
total_sent        762 drivers/crypto/bcm/cipher.c 	nbytes_to_hash = rctx->total_todo - rctx->total_sent;
total_sent        812 drivers/crypto/bcm/cipher.c 		hash_parms.type = spu->spu_hash_type(rctx->total_sent);
total_sent        819 drivers/crypto/bcm/cipher.c 	rctx->total_sent += chunksize;
total_sent        823 drivers/crypto/bcm/cipher.c 	if ((rctx->total_sent == rctx->total_todo) && rctx->is_final)
total_sent        882 drivers/crypto/bcm/cipher.c 				     ctx->auth.mode, rctx->total_sent,
total_sent       1051 drivers/crypto/bcm/cipher.c 	if (rctx->is_final && (rctx->total_sent == rctx->total_todo))
total_sent       1389 drivers/crypto/bcm/cipher.c 	rctx->total_sent = chunksize;
total_sent       1459 drivers/crypto/bcm/cipher.c 				    req->assoclen + rctx->total_sent -
total_sent       1490 drivers/crypto/bcm/cipher.c 				     rctx->total_sent, stat_pad_len);
total_sent       1595 drivers/crypto/bcm/cipher.c 		icv_offset = req->assoclen + rctx->total_sent;
total_sent       1706 drivers/crypto/bcm/cipher.c 	if (rctx->total_sent < rctx->total_todo) {
total_sent       1766 drivers/crypto/bcm/cipher.c 	rctx->total_sent = 0;
total_sent       2037 drivers/crypto/bcm/cipher.c 	rctx->total_sent = 0;
total_sent       2355 drivers/crypto/bcm/cipher.c 	spu_exp->total_sent = rctx->total_sent;
total_sent       2370 drivers/crypto/bcm/cipher.c 	rctx->total_sent = spu_exp->total_sent;
total_sent       2721 drivers/crypto/bcm/cipher.c 	rctx->total_sent = 0;
total_sent        241 drivers/crypto/bcm/cipher.h 	unsigned int total_sent;
total_sent        260 drivers/crypto/bcm/cipher.h 	unsigned int total_sent;
total_sent        394 drivers/crypto/bcm/cipher.h 				unsigned int total_sent, u32 status_padding);
total_sent       1053 drivers/crypto/bcm/spu.c 		      unsigned int total_sent, u32 status_padding)
total_sent       1080 drivers/crypto/bcm/spu.c 				*(u64 *)ptr = cpu_to_le64((u64)total_sent * 8);
total_sent       1082 drivers/crypto/bcm/spu.c 				*(u64 *)ptr = cpu_to_be64((u64)total_sent * 8);
total_sent        262 drivers/crypto/bcm/spu.h 		      unsigned int total_sent, u32 status_padding);
total_sent       1254 drivers/crypto/bcm/spu2.c 		      unsigned int total_sent, u32 status_padding)
total_sent       1276 drivers/crypto/bcm/spu2.c 			*(u64 *)ptr = cpu_to_le64((u64)total_sent * 8);
total_sent       1278 drivers/crypto/bcm/spu2.c 			*(u64 *)ptr = cpu_to_be64((u64)total_sent * 8);
total_sent        207 drivers/crypto/bcm/spu2.h 		      unsigned int total_sent, u32 status_padding);
total_sent       1312 drivers/tty/hvc/hvcs.c 	int total_sent = 0;
total_sent       1357 drivers/tty/hvc/hvcs.c 				&charbuf[total_sent],
total_sent       1380 drivers/tty/hvc/hvcs.c 		total_sent+=tosend;
total_sent       1402 drivers/tty/hvc/hvcs.c 		return total_sent;
total_sent        843 drivers/tty/vcc.c 	int total_sent = 0;
total_sent        870 drivers/tty/vcc.c 		memcpy(&pkt->data[port->chars_in_buffer], &buf[total_sent],
total_sent        888 drivers/tty/vcc.c 		total_sent += tosend;
total_sent        902 drivers/tty/vcc.c 	vccdbg("VCC: write: total=%d rv=%d", total_sent, rv);
total_sent        904 drivers/tty/vcc.c 	return total_sent ? total_sent : rv;
total_sent        215 net/batman-adv/tp_meter.c 				    unsigned long start_time, u64 total_sent,
total_sent        225 net/batman-adv/tp_meter.c 		total_bytes = total_sent;
total_sent        582 net/kcm/kcmsock.c 	unsigned int sent, total_sent = 0;
total_sent        705 net/kcm/kcmsock.c 		total_sent += sent;
total_sent        718 net/kcm/kcmsock.c 	return total_sent ? : ret;