Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/bcm/
Dcipher.h244 unsigned int total_sent; member
263 unsigned int total_sent; member
396 unsigned int total_sent, u32 status_padding);
Dcipher.c345 rctx->total_sent = rctx->src_sent; in handle_skcipher_req()
416 rctx->total_sent, stat_pad_len); in handle_skcipher_req()
696 rctx->total_todo, rctx->total_sent); in handle_ahash_req()
726 nbytes_to_hash = rctx->total_todo - rctx->total_sent; in handle_ahash_req()
776 hash_parms.type = spu->spu_hash_type(rctx->total_sent); in handle_ahash_req()
783 rctx->total_sent += chunksize; in handle_ahash_req()
787 if ((rctx->total_sent == rctx->total_todo) && rctx->is_final) in handle_ahash_req()
846 ctx->auth.mode, rctx->total_sent, in handle_ahash_req()
1013 if (rctx->is_final && (rctx->total_sent == rctx->total_todo)) in handle_ahash_resp()
1352 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-5.19.10/drivers/tty/
Dvcc.c812 int total_sent = 0; in vcc_write() local
834 memcpy(&pkt->data[port->chars_in_buffer], &buf[total_sent], in vcc_write()
852 total_sent += tosend; in vcc_write()
866 vccdbg("VCC: write: total=%d rv=%d", total_sent, rv); in vcc_write()
868 return total_sent ? total_sent : rv; in vcc_write()
/linux-5.19.10/drivers/tty/hvc/
Dhvcs.c1280 int total_sent = 0; in hvcs_write() local
1325 &charbuf[total_sent], in hvcs_write()
1348 total_sent+=tosend; in hvcs_write()
1370 return total_sent; in hvcs_write()
/linux-5.19.10/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()
/linux-5.19.10/net/kcm/
Dkcmsock.c581 unsigned int sent, total_sent = 0; in kcm_write_msgs() local
704 total_sent += sent; in kcm_write_msgs()
717 return total_sent ? : ret; in kcm_write_msgs()