Home
last modified time | relevance | path

Searched refs:total_sent (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/bcm/
Dcipher.h243 unsigned int total_sent; member
262 unsigned int total_sent; member
395 unsigned int total_sent, u32 status_padding);
Dcipher.c344 rctx->total_sent = rctx->src_sent; in handle_skcipher_req()
415 rctx->total_sent, stat_pad_len); in handle_skcipher_req()
697 rctx->total_todo, rctx->total_sent); in handle_ahash_req()
727 nbytes_to_hash = rctx->total_todo - rctx->total_sent; in handle_ahash_req()
777 hash_parms.type = spu->spu_hash_type(rctx->total_sent); in handle_ahash_req()
784 rctx->total_sent += chunksize; in handle_ahash_req()
788 if ((rctx->total_sent == rctx->total_todo) && rctx->is_final) in handle_ahash_req()
847 ctx->auth.mode, rctx->total_sent, in handle_ahash_req()
1016 if (rctx->is_final && (rctx->total_sent == rctx->total_todo)) in handle_ahash_resp()
1354 rctx->total_sent = chunksize; in handle_aead_req()
[all …]
Dspu2.h206 unsigned int total_sent, u32 status_padding);
Dspu.h261 unsigned int total_sent, u32 status_padding);
Dspu.c1032 unsigned int total_sent, u32 status_padding) in spum_request_pad() argument
1059 *(u64 *)ptr = cpu_to_le64((u64)total_sent * 8); in spum_request_pad()
1061 *(u64 *)ptr = cpu_to_be64((u64)total_sent * 8); in spum_request_pad()
Dspu2.c1244 unsigned int total_sent, u32 status_padding) in spu2_request_pad() argument
1266 *(u64 *)ptr = cpu_to_le64((u64)total_sent * 8); in spu2_request_pad()
1268 *(u64 *)ptr = cpu_to_be64((u64)total_sent * 8); in spu2_request_pad()
/kernel/linux/linux-5.10/drivers/tty/
Dvcc.c844 int total_sent = 0; in vcc_write() local
871 memcpy(&pkt->data[port->chars_in_buffer], &buf[total_sent], in vcc_write()
889 total_sent += tosend; in vcc_write()
903 vccdbg("VCC: write: total=%d rv=%d", total_sent, rv); in vcc_write()
905 return total_sent ? total_sent : rv; in vcc_write()
/kernel/linux/linux-5.10/drivers/tty/hvc/
Dhvcs.c1310 int total_sent = 0; in hvcs_write() local
1355 &charbuf[total_sent], in hvcs_write()
1378 total_sent+=tosend; in hvcs_write()
1400 return total_sent; in hvcs_write()
/kernel/linux/linux-5.10/net/batman-adv/
Dtp_meter.c215 unsigned long start_time, u64 total_sent, in batadv_tp_batctl_notify() argument
225 total_bytes = total_sent; in batadv_tp_batctl_notify()
/kernel/linux/linux-5.10/net/kcm/
Dkcmsock.c585 unsigned int sent, total_sent = 0; in kcm_write_msgs() local
708 total_sent += sent; in kcm_write_msgs()
721 return total_sent ? : ret; in kcm_write_msgs()