Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/bcm/
Dcipher.h244 unsigned int total_sent; member
263 unsigned int total_sent; member
393 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()
695 rctx->total_todo, rctx->total_sent); in handle_ahash_req()
725 nbytes_to_hash = rctx->total_todo - rctx->total_sent; in handle_ahash_req()
775 hash_parms.type = spu->spu_hash_type(rctx->total_sent); in handle_ahash_req()
782 rctx->total_sent += chunksize; in handle_ahash_req()
786 if ((rctx->total_sent == rctx->total_todo) && rctx->is_final) in handle_ahash_req()
845 ctx->auth.mode, rctx->total_sent, in handle_ahash_req()
1012 if (rctx->is_final && (rctx->total_sent == rctx->total_todo)) in handle_ahash_resp()
1351 rctx->total_sent = chunksize; in handle_aead_req()
[all …]
Dspu2.h206 unsigned int total_sent, u32 status_padding);
Dspu.h262 unsigned int total_sent, u32 status_padding);
Dspu.c1030 unsigned int total_sent, u32 status_padding) in spum_request_pad() argument
1057 *(__le64 *)ptr = cpu_to_le64(total_sent * 8ull); in spum_request_pad()
1059 *(__be64 *)ptr = cpu_to_be64(total_sent * 8ull); in spum_request_pad()
Dspu2.c1247 unsigned int total_sent, u32 status_padding) in spu2_request_pad() argument
1269 *(__le64 *)ptr = cpu_to_le64(total_sent * 8ull); in spu2_request_pad()
1271 *(__be64 *)ptr = cpu_to_be64(total_sent * 8ull); in spu2_request_pad()
/linux-6.12.1/drivers/tty/
Dvcc.c822 size_t total_sent = 0; in vcc_write() local
845 memcpy(&pkt->data[port->chars_in_buffer], &buf[total_sent], in vcc_write()
863 total_sent += tosend; in vcc_write()
877 vccdbg("VCC: write: total=%zu rv=%d", total_sent, rv); in vcc_write()
879 return total_sent ? total_sent : rv; in vcc_write()
/linux-6.12.1/drivers/tty/hvc/
Dhvcs.c1264 size_t total_sent = 0; in hvcs_write() local
1310 &charbuf[total_sent], in hvcs_write()
1333 total_sent+=tosend; in hvcs_write()
1355 return total_sent; in hvcs_write()
/linux-6.12.1/net/kcm/
Dkcmsock.c584 unsigned int total_sent = 0; in kcm_write_msgs() local
692 total_sent += txm->sent; in kcm_write_msgs()
708 return total_sent ? : ret; in kcm_write_msgs()
/linux-6.12.1/net/batman-adv/
Dtp_meter.c216 unsigned long start_time, u64 total_sent, in batadv_tp_batctl_notify() argument
226 total_bytes = total_sent; in batadv_tp_batctl_notify()